Latin Small Letter I With Ogonek

į

Shortcodes

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

Unicode
U+012F
HTML Code
į
HEX Code
į
CSS Code
\12F
JS/JSON
\u012F
Unix/C/PHP/JAVA
0x12F
URL-encode
%C4%AF
copied

Customize Latin Small Letter I With Ogonek Symbol

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

Insert į Latin Small Letter I With Ogonek using HTML

1. Copy-paste Latin Small Letter I With Ogonek directly:
<span>į</span>
2. HTML Decimal Code:
<span>&#303;</span>
3. Hexadecimal Code:
<span>&#x012F;</span>
Preview: į

Add Latin Small Letter I With Ogonek symbol with CSS

.latin-small-letter-i-with-ogonek::before {
    content: '\\12F';
}
Preview: Latin Small Letter I With Ogonek

Latin Small Letter I With Ogonek JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-i-with-ogonek').textContent = 'į';
2. Unicode Escape for į:
document.querySelector('.latin-small-letter-i-with-ogonek').textContent = '\u012F';
Preview: į