HTML Entity/Symbolι(GREEK SMALL LETTER IOTA )

ι
Copy this symbol

GREEK SMALL LETTER IOTA

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

ι
ι
U+003B9
\03b9
ι

HTML Examples

Using HTML Code value in HTML file

<span> &#953; </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: "\03b9";
}
All HTML Symbols