Mathematical Bold Small I

๐ข

Shortcodes

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

Unicode
U+1D422
HTML Code
𝐢
HEX Code
𝐢
CSS Code
\1D422
JS/JSON
\u1D422
Unix/C/PHP/JAVA
0x1D422
URL-encode
%F0%9D%90%A2
copied

Customize Mathematical Bold Small I Symbol

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

Insert ๐ข Mathematical Bold Small I using HTML

1. Copy-paste Mathematical Bold Small I directly:
<span>๐ข</span>
2. HTML Decimal Code:
<span>&#119842;</span>
3. Hexadecimal Code:
<span>&#x1D422;</span>
Preview: ๐ข

Add Mathematical Bold Small I symbol with CSS

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

Mathematical Bold Small I JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-bold-small-i').textContent = '๐ข';
2. Unicode Escape for ๐ข:
document.querySelector('.mathematical-bold-small-i').textContent = '\u1D422';
Preview: ๐ข