Mathematical Sans-serif Bold Digit Eight

๐Ÿด

Shortcodes

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

Unicode
U+1D7F4
HTML Code
𝟴
HEX Code
𝟴
CSS Code
\1D7F4
JS/JSON
\u1D7F4
Unix/C/PHP/JAVA
0x1D7F4
URL-encode
%F0%9D%9F%B4

Customize Mathematical Sans-serif Bold Digit Eight

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

๐Ÿด
  

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

Insert in HTML

1. Direct symbol:
<span>๐Ÿด</span>
HTML Code:
<span>&#120820;</span>
HEX Code:
<span>&#x1D7F4;</span>

Add with CSS

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

Set it in JavaScript

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