Mathematical Monospace Digit Four
๐บ
Shortcodes
Copy useful codes for mathematical monospace digit four symbol ๐บ to use in websites, apps, blogs, and docs.
Unicode
U+1D7FA HTML Code
𝟺 HEX Code
𝟺 CSS Code
\1D7FA JS/JSON
\u1D7FA Unix/C/PHP/JAVA
0x1D7FA URL-encode
%F0%9D%9F%BA Customize Mathematical Monospace Digit Four
Customize ๐บ, download it as SVG or PNG, or copy the generated HTML snippet.
๐บ
How to use Mathematical Monospace Digit Four 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-four::before {
content: '\\1D7FA';
} Set it in JavaScript
document.querySelector('.mathematical-monospace-digit-four').textContent = '๐บ';