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