HTML Entity/SymbolĪ(LATIN CAPITAL LETTER I WITH MACRON )

Ī
Copy this symbol

LATIN CAPITAL LETTER I WITH MACRON

Click on any of the following code values to copy to clipboard.

Ī
Ī
U+0012A
\012a
Ī

HTML Examples

Using HTML Code value in HTML file

<span> &#298; </span>

Using HTML Entity value in HTML file

<span> &Imacr; </span>

CSS Example

Using CSS content code of the HTML entity &Imacr; to specify in a CSS file

span { 
    content: "\012a";
}
All HTML Symbols