Latin Small Letter I With Double Grave
ȉ
Shortcodes
Copy useful codes for latin small letter i with double grave symbol ȉ to use in websites, apps, blogs, and docs.
Unicode
U+0209 HTML Code
ȉ HEX Code
ȉ CSS Code
\0209 JS/JSON
\u0209 Unix/C/PHP/JAVA
0x209 URL-encode
%C8%89 Customize Latin Small Letter I With Double Grave
Customize ȉ, download it as SVG or PNG, or copy the generated HTML snippet.
ȉ
How to use Latin Small Letter I With Double Grave Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>ȉ</span> HTML Code:
<span>ȉ</span> HEX Code:
<span>ȉ</span> Add with CSS
.latin-small-letter-i-with-double-grave::before {
content: '\\0209';
} Set it in JavaScript
document.querySelector('.latin-small-letter-i-with-double-grave').textContent = 'ȉ';