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