Mathematical Fraktur Small H

๐”ฅ

Shortcodes

Copy and paste codes for Mathematical Fraktur Small H symbol ๐”ฅ to use in your websites, apps, blogs, and more.

Unicode
U+1D525
HTML Code
𝔥
HEX Code
𝔥
CSS Code
\1D525
JS/JSON
\u1D525
Unix/C/PHP/JAVA
0x1D525
URL-encode
%F0%9D%94%A5
copied

Customize Mathematical Fraktur Small H Symbol

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

Insert ๐”ฅ Mathematical Fraktur Small H using HTML

1. Copy-paste Mathematical Fraktur Small H directly:
<span>๐”ฅ</span>
2. HTML Decimal Code:
<span>&#120101;</span>
3. Hexadecimal Code:
<span>&#x1D525;</span>
Preview: ๐”ฅ

Add Mathematical Fraktur Small H symbol with CSS

.mathematical-fraktur-small-h::before {
    content: '\\1D525';
}
Preview: Mathematical Fraktur Small H

Mathematical Fraktur Small H JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-fraktur-small-h').textContent = '๐”ฅ';
2. Unicode Escape for ๐”ฅ:
document.querySelector('.mathematical-fraktur-small-h').textContent = '\u1D525';
Preview: ๐”ฅ