Latin Small Letter I With Caron

ǐ

Shortcodes

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

Unicode
U+01D0
HTML Code
ǐ
HEX Code
ǐ
CSS Code
\1D0
JS/JSON
\u01D0
Unix/C/PHP/JAVA
0x1D0
URL-encode
%C7%90
copied

Customize Latin Small Letter I With Caron Symbol

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

Insert ǐ Latin Small Letter I With Caron using HTML

1. Copy-paste Latin Small Letter I With Caron directly:
<span>ǐ</span>
2. HTML Decimal Code:
<span>&#464;</span>
3. Hexadecimal Code:
<span>&#x01D0;</span>
Preview: ǐ

Add Latin Small Letter I With Caron symbol with CSS

.latin-small-letter-i-with-caron::before {
    content: '\\1D0';
}
Preview: Latin Small Letter I With Caron

Latin Small Letter I With Caron JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-i-with-caron').textContent = 'ǐ';
2. Unicode Escape for ǐ:
document.querySelector('.latin-small-letter-i-with-caron').textContent = '\u01D0';
Preview: ǐ