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