Mathematical Bold Digit Five

๐Ÿ“

Shortcodes

Copy and paste codes for Mathematical Bold Digit Five symbol ๐Ÿ“ to use in your websites, apps, blogs, and more.

Unicode
U+1D7D3
HTML Code
𝟓
HEX Code
𝟓
CSS Code
\1D7D3
JS/JSON
\u1D7D3
Unix/C/PHP/JAVA
0x1D7D3
URL-encode
%F0%9D%9F%93
copied

Customize Mathematical Bold Digit Five Symbol

Customize ๐Ÿ“ symbol as you like and download Mathematical Bold Digit Five as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
๐Ÿ“
 

How to add Mathematical Bold Digit Five symbol in HTML, CSS, and JS?

Insert ๐Ÿ“ Mathematical Bold Digit Five using HTML

1. Copy-paste Mathematical Bold Digit Five directly:
<span>๐Ÿ“</span>
2. HTML Decimal Code:
<span>&#120787;</span>
3. Hexadecimal Code:
<span>&#x1D7D3;</span>
Preview: ๐Ÿ“

Add Mathematical Bold Digit Five symbol with CSS

.mathematical-bold-digit-five::before {
    content: '\\1D7D3';
}
Preview: Mathematical Bold Digit Five

Mathematical Bold Digit Five JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-bold-digit-five').textContent = '๐Ÿ“';
2. Unicode Escape for ๐Ÿ“:
document.querySelector('.mathematical-bold-digit-five').textContent = '\u1D7D3';
Preview: ๐Ÿ“