Mathematical Sans-serif Bold Digit Two
๐ฎ
Shortcodes
Copy useful codes for mathematical sans-serif bold digit two symbol ๐ฎ to use in websites, apps, blogs, and docs.
Unicode
U+1D7EE HTML Code
𝟮 HEX Code
𝟮 CSS Code
\1D7EE JS/JSON
\u1D7EE Unix/C/PHP/JAVA
0x1D7EE URL-encode
%F0%9D%9F%AE Customize Mathematical Sans-serif Bold Digit Two
Customize ๐ฎ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ฎ
How to use Mathematical Sans-serif Bold 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-sans-serif-bold-digit-two::before {
content: '\\1D7EE';
} Set it in JavaScript
document.querySelector('.mathematical-sans-serif-bold-digit-two').textContent = '๐ฎ';