HTML Entity/SymbolΙ(GREEK CAPITAL LETTER IOTA )

Ι
Copy this symbol

GREEK CAPITAL LETTER IOTA

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

Ι
Ι
U+00399
\0399
Ι

HTML Examples

Using HTML Code value in HTML file

<span> &#921; </span>

Using HTML Entity value in HTML file

<span> &Iota; </span>

CSS Example

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

span { 
    content: "\0399";
}
All HTML Symbols