Mathematical Monospace Digit Two
๐ธ
Shortcodes
Copy useful codes for mathematical monospace digit two symbol ๐ธ to use in websites, apps, blogs, and docs.
Unicode
U+1D7F8 HTML Code
𝟸 HEX Code
𝟸 CSS Code
\1D7F8 JS/JSON
\u1D7F8 Unix/C/PHP/JAVA
0x1D7F8 URL-encode
%F0%9D%9F%B8 Customize Mathematical Monospace Digit Two
Customize ๐ธ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ธ
How to use Mathematical Monospace Digit Two Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>๐ธ</span> HTML Code:
<span>𝟸</span> HEX Code:
<span>𝟸</span> Add with CSS
.mathematical-monospace-digit-two::before {
content: '\\1D7F8';
} Set it in JavaScript
document.querySelector('.mathematical-monospace-digit-two').textContent = '๐ธ';