Mathematical Monospace Digit Six

๐Ÿผ

Shortcodes

Copy useful codes for mathematical monospace digit six symbol ๐Ÿผ to use in websites, apps, blogs, and docs.

Unicode
U+1D7FC
HTML Code
𝟼
HEX Code
𝟼
CSS Code
\1D7FC
JS/JSON
\u1D7FC
Unix/C/PHP/JAVA
0x1D7FC
URL-encode
%F0%9D%9F%BC

Customize Mathematical Monospace Digit Six

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

๐Ÿผ
  

How to use Mathematical Monospace Digit Six Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐Ÿผ</span>
HTML Code:
<span>&#120828;</span>
HEX Code:
<span>&#x1D7FC;</span>

Add with CSS

.mathematical-monospace-digit-six::before {
  content: '\\1D7FC';
}

Set it in JavaScript

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