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>&#120799;</span>
HEX Code:
<span>&#x1D7DF;</span>

Add with CSS

.mathematical-double-struck-digit-seven::before {
  content: '\\1D7DF';
}

Set it in JavaScript

document.querySelector('.mathematical-double-struck-digit-seven').textContent = '๐ŸŸ';
copied