Mathematical Sans-serif Bold Digit Seven

๐Ÿณ

Shortcodes

Copy useful codes for mathematical sans-serif bold digit seven symbol ๐Ÿณ to use in websites, apps, blogs, and docs.

Unicode
U+1D7F3
HTML Code
𝟳
HEX Code
𝟳
CSS Code
\1D7F3
JS/JSON
\u1D7F3
Unix/C/PHP/JAVA
0x1D7F3
URL-encode
%F0%9D%9F%B3

Customize Mathematical Sans-serif Bold Digit Seven

Customize ๐Ÿณ, download it as SVG or PNG, or copy the generated HTML snippet.

๐Ÿณ
  

How to use Mathematical Sans-serif Bold Digit Seven Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐Ÿณ</span>
HTML Code:
<span>&#120819;</span>
HEX Code:
<span>&#x1D7F3;</span>

Add with CSS

.mathematical-sans-serif-bold-digit-seven::before {
  content: '\\1D7F3';
}

Set it in JavaScript

document.querySelector('.mathematical-sans-serif-bold-digit-seven').textContent = '๐Ÿณ';
copied