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

Add with CSS

.mathematical-monospace-digit-seven::before {
  content: '\\1D7FD';
}

Set it in JavaScript

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