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