Greek Small Letter Iota
ι is the greek small letter iota, assigned to Unicode code point U+03B9. Because it is a real text character rather than an image, it survives copy and paste into documents, chat apps, spreadsheets and source code. Copy it with one click below, or grab the exact HTML entity, CSS escape and JavaScript string for your project.
| Symbol | ι | |
|---|---|---|
| Unicode | U+03B9 | |
| Name | Greek Small Letter Iota | |
| HTML (named) | ι | |
| HTML (decimal) | ι | |
| HTML (hex) | ι | |
| CSS content | \03B9 | |
| JavaScript / JSON | \u03B9 | |
| UTF-8 bytes | 0xCE 0xB9 | |
| UTF-16 units | 0x03B9 |
How to type the greek small letter iota symbol
- Copy and paste: click the ι at the top of this page, then paste with Ctrl+V (Windows) or Cmd+V (Mac). This is the fastest route on any device.
- HTML: write
ιor the named entityιin your markup. - CSS: use
content: "\03B9"in a::beforeor::afterrule. - JavaScript: the escape
\u03B9produces this character in a string.
Frequently asked questions
How do I copy the greek small letter iota symbol?
Click the ι above or the copy button and it is placed on your clipboard. Paste it anywhere with Ctrl+V or Cmd+V. It is a real text character, so it works in documents, chats and code.
What is the Unicode code point for greek small letter iota?
The greek small letter iota has the Unicode code point U+03B9. In HTML you can write it as ι or ι, or with the named entity ι.
Can I use the greek small letter iota symbol in HTML and CSS?
Yes. In HTML write ι or the named entity ι, and in CSS use content: "\03B9" inside a ::before or ::after rule. The code table on this page has copy buttons for both.
Related symbols
Browse the full math symbols hub, or return to the searchable symbol grid.