Mathematical Monospace Digit Five

๐Ÿป

Shortcodes

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

Unicode
U+1D7FB
HTML Code
𝟻
HEX Code
𝟻
CSS Code
\1D7FB
JS/JSON
\u1D7FB
Unix/C/PHP/JAVA
0x1D7FB
URL-encode
%F0%9D%9F%BB

Customize Mathematical Monospace Digit Five

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

๐Ÿป
  

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

Insert in HTML

1. Direct symbol:
<span>๐Ÿป</span>
HTML Code:
<span>&#120827;</span>
HEX Code:
<span>&#x1D7FB;</span>

Add with CSS

.mathematical-monospace-digit-five::before {
  content: '\\1D7FB';
}

Set it in JavaScript

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