Mathematical Script Small H

๐’ฝ

Shortcodes

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

Unicode
U+1D4BD
HTML Code
𝒽
HEX Code
𝒽
CSS Code
\1D4BD
JS/JSON
\u1D4BD
Unix/C/PHP/JAVA
0x1D4BD
URL-encode
%F0%9D%92%BD
copied

Customize Mathematical Script Small H Symbol

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

Insert ๐’ฝ Mathematical Script Small H using HTML

1. Copy-paste Mathematical Script Small H directly:
<span>๐’ฝ</span>
2. HTML Decimal Code:
<span>&#119997;</span>
3. Hexadecimal Code:
<span>&#x1D4BD;</span>
Preview: ๐’ฝ

Add Mathematical Script Small H symbol with CSS

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

Mathematical Script Small H JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-script-small-h').textContent = '๐’ฝ';
2. Unicode Escape for ๐’ฝ:
document.querySelector('.mathematical-script-small-h').textContent = '\u1D4BD';
Preview: ๐’ฝ