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