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