Latin Small Letter I With Hook Above

Shortcodes

Copy useful codes for latin small letter i with hook above symbol ỉ to use in websites, apps, blogs, and docs.

Unicode
U+1EC9
HTML Code
ỉ
HEX Code
ỉ
CSS Code
\1EC9
JS/JSON
\u1EC9
Unix/C/PHP/JAVA
0x1EC9
URL-encode
%E1%BB%89

Customize Latin Small Letter I With Hook Above

Customize ỉ, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Latin Small Letter I With Hook Above Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>ỉ</span>
HTML Code:
<span>&#7881;</span>
HEX Code:
<span>&#x1EC9;</span>

Add with CSS

.latin-small-letter-i-with-hook-above::before {
  content: '\\1EC9';
}

Set it in JavaScript

document.querySelector('.latin-small-letter-i-with-hook-above').textContent = 'ỉ';
copied