Latin Capital Letter Iota

Ɩ

Shortcodes

Copy and paste codes for Latin Capital Letter Iota symbol Ɩ to use in your websites, apps, blogs, and more.

Unicode
U+0196
HTML Code
Ɩ
HEX Code
Ɩ
CSS Code
\196
JS/JSON
\u0196
Unix/C/PHP/JAVA
0x196
URL-encode
%C6%96
copied

Customize Latin Capital Letter Iota Symbol

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

Insert Ɩ Latin Capital Letter Iota using HTML

1. Copy-paste Latin Capital Letter Iota directly:
<span>Ɩ</span>
2. HTML Decimal Code:
<span>&#406;</span>
3. Hexadecimal Code:
<span>&#x0196;</span>
Preview: Ɩ

Add Latin Capital Letter Iota symbol with CSS

.latin-capital-letter-iota::before {
    content: '\\196';
}
Preview: Latin Capital Letter Iota

Latin Capital Letter Iota JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-capital-letter-iota').textContent = 'Ɩ';
2. Unicode Escape for Ɩ:
document.querySelector('.latin-capital-letter-iota').textContent = '\u0196';
Preview: Ɩ