Latin Small Letter I With Double Grave

ȉ

Shortcodes

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

Unicode
U+0209
HTML Code
ȉ
HEX Code
ȉ
CSS Code
\209
JS/JSON
\u0209
Unix/C/PHP/JAVA
0x209
URL-encode
%C8%89
copied

Customize Latin Small Letter I With Double Grave Symbol

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

Insert ȉ Latin Small Letter I With Double Grave using HTML

1. Copy-paste Latin Small Letter I With Double Grave directly:
<span>ȉ</span>
2. HTML Decimal Code:
<span>&#521;</span>
3. Hexadecimal Code:
<span>&#x0209;</span>
Preview: ȉ

Add Latin Small Letter I With Double Grave symbol with CSS

.latin-small-letter-i-with-double-grave::before {
    content: '\\209';
}
Preview: Latin Small Letter I With Double Grave

Latin Small Letter I With Double Grave JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-i-with-double-grave').textContent = 'ȉ';
2. Unicode Escape for ȉ:
document.querySelector('.latin-small-letter-i-with-double-grave').textContent = '\u0209';
Preview: ȉ