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