Mathematical Sans-serif Bold Digit Five

๐Ÿฑ

Shortcodes

Copy useful codes for mathematical sans-serif bold digit five symbol ๐Ÿฑ to use in websites, apps, blogs, and docs.

Unicode
U+1D7F1
HTML Code
𝟱
HEX Code
𝟱
CSS Code
\1D7F1
JS/JSON
\u1D7F1
Unix/C/PHP/JAVA
0x1D7F1
URL-encode
%F0%9D%9F%B1

Customize Mathematical Sans-serif Bold Digit Five

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

๐Ÿฑ
  

How to use Mathematical Sans-serif Bold Digit Five Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐Ÿฑ</span>
HTML Code:
<span>&#120817;</span>
HEX Code:
<span>&#x1D7F1;</span>

Add with CSS

.mathematical-sans-serif-bold-digit-five::before {
  content: '\\1D7F1';
}

Set it in JavaScript

document.querySelector('.mathematical-sans-serif-bold-digit-five').textContent = '๐Ÿฑ';
copied