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