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 ȉ 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 type Latin Small Letter I With Double Grave symbol ȉ ?

  • You can try inserting Latin Small Letter I With Double Grave symbol using these system tools:
    • Mac Character Viewer (Control + Command + Space)
    • Windows Emoji/Symbol Picker (Win + .)
    • Windows Character Map (charmap.exe)
  • Note: These tools may not include all Unicode symbols
  • Copy and paste the ȉ symbol directly from this website.
  • Use provided codes for Latin Small Letter I With Double Grave symbol where they are supported.

How to add Latin Small Letter I With Double Grave symbol in HTML, CSS, and JS?

HTML Methods:

1. Direct Symbol:
<span>ȉ</span>
2. HTML Decimal Code:
<span>&#521;</span>
3. Hexadecimal Code:
<span>&#x0209;</span>
Preview: ȉ

CSS Method:

.symbol::before {
    content: '\\209';
}
Preview: Symbol

JavaScript Methods:

1. Direct Symbol:
document.querySelector('.symbol').textContent = 'ȉ';
2. Unicode Escape:
document.querySelector('.symbol').textContent = '\u0209';
Preview: ȉ