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