Mathematical Bold Script Small H

๐“ฑ

Shortcodes

Copy and paste codes for Mathematical Bold Script Small H symbol ๐“ฑ to use in your websites, apps, blogs, and more.

Unicode
U+1D4F1
HTML Code
𝓱
HEX Code
𝓱
CSS Code
\1D4F1
JS/JSON
\u1D4F1
Unix/C/PHP/JAVA
0x1D4F1
URL-encode
%F0%9D%93%B1
copied

Customize Mathematical Bold Script Small H Symbol

Customize ๐“ฑ symbol as you like and download Mathematical Bold Script Small H 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 Script Small H symbol in HTML, CSS, and JS?

Insert ๐“ฑ Mathematical Bold Script Small H using HTML

1. Copy-paste Mathematical Bold Script Small H directly:
<span>๐“ฑ</span>
2. HTML Decimal Code:
<span>&#120049;</span>
3. Hexadecimal Code:
<span>&#x1D4F1;</span>
Preview: ๐“ฑ

Add Mathematical Bold Script Small H symbol with CSS

.mathematical-bold-script-small-h::before {
    content: '\\1D4F1';
}
Preview: Mathematical Bold Script Small H

Mathematical Bold Script Small H JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-bold-script-small-h').textContent = '๐“ฑ';
2. Unicode Escape for ๐“ฑ:
document.querySelector('.mathematical-bold-script-small-h').textContent = '\u1D4F1';
Preview: ๐“ฑ