Mathematical Bold Script Small I

๐“ฒ

Shortcodes

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

Unicode
U+1D4F2
HTML Code
𝓲
HEX Code
𝓲
CSS Code
\1D4F2
JS/JSON
\u1D4F2
Unix/C/PHP/JAVA
0x1D4F2
URL-encode
%F0%9D%93%B2
copied

Customize Mathematical Bold Script Small I Symbol

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

Insert ๐“ฒ Mathematical Bold Script Small I using HTML

1. Copy-paste Mathematical Bold Script Small I directly:
<span>๐“ฒ</span>
2. HTML Decimal Code:
<span>&#120050;</span>
3. Hexadecimal Code:
<span>&#x1D4F2;</span>
Preview: ๐“ฒ

Add Mathematical Bold Script Small I symbol with CSS

.mathematical-bold-script-small-i::before {
    content: '\\1D4F2';
}
Preview: Mathematical Bold Script Small I

Mathematical Bold Script Small I JavaScript Code

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