Mathematical Fraktur Small I

๐”ฆ

Shortcodes

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

Unicode
U+1D526
HTML Code
𝔦
HEX Code
𝔦
CSS Code
\1D526
JS/JSON
\u1D526
Unix/C/PHP/JAVA
0x1D526
URL-encode
%F0%9D%94%A6
copied

Customize Mathematical Fraktur Small I Symbol

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

Insert ๐”ฆ Mathematical Fraktur Small I using HTML

1. Copy-paste Mathematical Fraktur Small I directly:
<span>๐”ฆ</span>
2. HTML Decimal Code:
<span>&#120102;</span>
3. Hexadecimal Code:
<span>&#x1D526;</span>
Preview: ๐”ฆ

Add Mathematical Fraktur Small I symbol with CSS

.mathematical-fraktur-small-i::before {
    content: '\\1D526';
}
Preview: Mathematical Fraktur Small I

Mathematical Fraktur Small I JavaScript Code

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