Latin Letter Small Capital I

ɪ

Shortcodes

Copy and paste codes for Latin Letter Small Capital I symbol ɪ to use in your websites, apps, blogs, and more.

Unicode
U+026A
HTML Code
ɪ
HEX Code
ɪ
CSS Code
\26A
JS/JSON
\u026A
Unix/C/PHP/JAVA
0x26A
URL-encode
%C9%AA
copied

Customize Latin Letter Small Capital I Symbol

Customize ɪ symbol as you like and download Latin Letter Small Capital 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 Latin Letter Small Capital I symbol in HTML, CSS, and JS?

Insert ɪ Latin Letter Small Capital I using HTML

1. Copy-paste Latin Letter Small Capital I directly:
<span>ɪ</span>
2. HTML Decimal Code:
<span>&#618;</span>
3. Hexadecimal Code:
<span>&#x026A;</span>
Preview: ɪ

Add Latin Letter Small Capital I symbol with CSS

.latin-letter-small-capital-i::before {
    content: '\\26A';
}
Preview: Latin Letter Small Capital I

Latin Letter Small Capital I JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-letter-small-capital-i').textContent = 'ɪ';
2. Unicode Escape for ɪ:
document.querySelector('.latin-letter-small-capital-i').textContent = '\u026A';
Preview: ɪ