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