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