Latin Small Letter I With Dot Below
ị
Shortcodes
Copy useful codes for latin small letter i with dot below symbol ị to use in websites, apps, blogs, and docs.
Unicode
U+1ECB HTML Code
ị HEX Code
ị CSS Code
\1ECB JS/JSON
\u1ECB Unix/C/PHP/JAVA
0x1ECB URL-encode
%E1%BB%8B Customize Latin Small Letter I With Dot Below
Customize ị, download it as SVG or PNG, or copy the generated HTML snippet.
ị
How to use Latin Small Letter I With Dot Below 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-dot-below::before {
content: '\\1ECB';
} Set it in JavaScript
document.querySelector('.latin-small-letter-i-with-dot-below').textContent = 'ị';