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>&#120802;</span>
HEX Code:
<span>&#x1D7E2;</span>

Add with CSS

.mathematical-sans-serif-digit-zero::before {
  content: '\\1D7E2';
}

Set it in JavaScript

document.querySelector('.mathematical-sans-serif-digit-zero').textContent = '๐Ÿข';

Related Number Symbols

View all Number Symbols
copied