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>𝟻</span> HEX Code:
<span>𝟻</span> Add with CSS
.mathematical-monospace-digit-five::before {
content: '\\1D7FB';
} Set it in JavaScript
document.querySelector('.mathematical-monospace-digit-five').textContent = '๐ป';