Latin Small Letter I With Tilde Below

Shortcodes

Copy and paste codes for Latin Small Letter I With Tilde Below symbol ḭ to use in your websites, apps, blogs, and more.

Unicode
U+1E2D
HTML Code
ḭ
HEX Code
ḭ
CSS Code
\1E2D
JS/JSON
\u1E2D
Unix/C/PHP/JAVA
0x1E2D
URL-encode
%E1%B8%AD
copied

Customize Latin Small Letter I With Tilde Below Symbol

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

Insert ḭ Latin Small Letter I With Tilde Below using HTML

1. Copy-paste Latin Small Letter I With Tilde Below directly:
<span>ḭ</span>
2. HTML Decimal Code:
<span>&#7725;</span>
3. Hexadecimal Code:
<span>&#x1E2D;</span>
Preview:

Add Latin Small Letter I With Tilde Below symbol with CSS

.latin-small-letter-i-with-tilde-below::before {
    content: '\\1E2D';
}
Preview: Latin Small Letter I With Tilde Below

Latin Small Letter I With Tilde Below JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-i-with-tilde-below').textContent = 'ḭ';
2. Unicode Escape for ḭ:
document.querySelector('.latin-small-letter-i-with-tilde-below').textContent = '\u1E2D';
Preview: