Latin Small Letter I With Breve

ĭ

Shortcodes

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

Unicode
U+012D
HTML Code
ĭ
HEX Code
ĭ
CSS Code
\12D
JS/JSON
\u012D
Unix/C/PHP/JAVA
0x12D
URL-encode
%C4%AD
copied

Customize Latin Small Letter I With Breve Symbol

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

Insert ĭ Latin Small Letter I With Breve using HTML

1. Copy-paste Latin Small Letter I With Breve directly:
<span>ĭ</span>
2. HTML Decimal Code:
<span>&#301;</span>
3. Hexadecimal Code:
<span>&#x012D;</span>
Preview: ĭ

Add Latin Small Letter I With Breve symbol with CSS

.latin-small-letter-i-with-breve::before {
    content: '\\12D';
}
Preview: Latin Small Letter I With Breve

Latin Small Letter I With Breve JavaScript Code

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