Latin Small Letter I With Macron

ī

Shortcodes

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

Unicode
U+012B
HTML Code
ī
HEX Code
ī
CSS Code
\12B
JS/JSON
\u012B
Unix/C/PHP/JAVA
0x12B
URL-encode
%C4%AB
copied

Customize Latin Small Letter I With Macron Symbol

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

Insert ī Latin Small Letter I With Macron using HTML

1. Copy-paste Latin Small Letter I With Macron directly:
<span>ī</span>
2. HTML Decimal Code:
<span>&#299;</span>
3. Hexadecimal Code:
<span>&#x012B;</span>
Preview: ī

Add Latin Small Letter I With Macron symbol with CSS

.latin-small-letter-i-with-macron::before {
    content: '\\12B';
}
Preview: Latin Small Letter I With Macron

Latin Small Letter I With Macron JavaScript Code

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