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