Mathematical Sans-serif Bold Digit One

๐Ÿญ

Shortcodes

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

Unicode
U+1D7ED
HTML Code
𝟭
HEX Code
𝟭
CSS Code
\1D7ED
JS/JSON
\u1D7ED
Unix/C/PHP/JAVA
0x1D7ED
URL-encode
%F0%9D%9F%AD

Customize Mathematical Sans-serif Bold Digit One

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

๐Ÿญ
  

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

Insert in HTML

1. Direct symbol:
<span>๐Ÿญ</span>
HTML Code:
<span>&#120813;</span>
HEX Code:
<span>&#x1D7ED;</span>

Add with CSS

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

Set it in JavaScript

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