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