HTML Entity/SymbolĮ(LATIN CAPITAL LETTER I WITH OGONEK )

Į
Copy this symbol

LATIN CAPITAL LETTER I WITH OGONEK

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

Į
Į
U+0012E
\012e
Į

HTML Examples

Using HTML Code value in HTML file

<span> &#302; </span>

Using HTML Entity value in HTML file

<span> &Iogon; </span>

CSS Example

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

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