ι
Greek

Greek Small Letter Iota ι

Iota is the ninth letter of the Greek alphabet and the smallest letter in the classic Greek script. In English, 'iota' has come to mean 'a very small amount.' In mathematics, it can represent the inclusion map or an imaginary unit in some notations. In linguistics, it is significant in the study of Greek vowels.

All Representations

Named Entity
ι
Decimal Code
ι
Hex Code
ι
Unicode
U+03B9

Rendered Output

ι

ι renders as the character shown above

When to Use Greek Small Letter Iota

Use the iota entity in mathematical contexts for inclusion maps, in linguistic discussions of Greek vowels, and in educational content about the Greek alphabet. Its metaphorical meaning ('not one iota of difference') makes it culturally relevant beyond technical usage.

Try It — HTML Examples

Named entity in text
<p>Symbol: &iota;</p>
Decimal reference
<p>Symbol: &#953;</p>
Hex reference
<p>Symbol: &#x3B9;</p>
Inside an HTML attribute
<div title="The Greek Small Letter Iota: &iota;">Hover to see</div>

About the Greek Small Letter Iota Entity

The Greek Small Letter Iota character (ι) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &iota;, the decimal numeric character reference &#953;, or the hexadecimal numeric reference &#x3B9;. The character is assigned Unicode code point U+03B9 in the Universal Character Set.

Iota is the ninth letter of the Greek alphabet and the smallest letter in the classic Greek script. In English, 'iota' has come to mean 'a very small amount.' In mathematics, it can represent the inclusion map or an imaginary unit in some notations. In linguistics, it is significant in the study of Greek vowels.

Greek letter entities are indispensable for scientific papers, engineering documentation, statistical analyses, and mathematical content published on the web. From physics equations using alpha and omega to statistical formulas featuring sigma and mu, these entities allow content authors to include Greek characters reliably without requiring specialized fonts or complex Unicode input methods on the keyboard.

When deciding how to encode the Greek Small Letter Iota character in your HTML documents, the named entity &iota; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#953; and hexadecimal form &#x3B9; are equally valid alternatives that work in contexts where named entities may not be supported, or when generating HTML output programmatically from server-side code. All three representations produce identical visual output in every modern web browser.

Use the iota entity in mathematical contexts for inclusion maps, in linguistic discussions of Greek vowels, and in educational content about the Greek alphabet. Its metaphorical meaning ('not one iota of difference') makes it culturally relevant beyond technical usage.

Related Entities

Explore More HTML Entities

Browse our complete reference of 262 HTML entities with codes, examples, and usage tips.