Greek Small Letter Iota

ι

Shortcodes

Copy and paste codes for Greek Small Letter Iota symbol ι to use in your websites, apps, blogs, and more.

Unicode
U+03B9
HTML Code
ι
HTML Entity
ι
HEX Code
ι
CSS Code
\03B9
JS/JSON
\u03B9
Unix/C/PHP/JAVA
0x03B9
URL-encode
%CE%B9
copied

Customize Greek Small Letter Iota Symbol

Customize ι symbol as you like and download Greek Small Letter Iota as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
ι

                        
                    

How to add Greek Small Letter Iota symbol in HTML, CSS, and JS?

Insert ι Greek Small Letter Iota using HTML

1. Copy-paste Greek Small Letter Iota directly:
<span>ι</span>
2. HTML Decimal Code:
<span>&#953;</span>
3. HTML Entity:
<span>&iota;</span>
4. Hexadecimal Code:
<span>&#x3B9;</span>
Preview: ι

Add Greek Small Letter Iota symbol with CSS

.greek-small-letter-iota::before {
    content: '\\03B9';
}
Preview: Greek Small Letter Iota

Greek Small Letter Iota JavaScript Code

1. Direct Symbol:
document.querySelector('.greek-small-letter-iota').textContent = 'ι';
2. Unicode Escape for ι:
document.querySelector('.greek-small-letter-iota').textContent = '\u03B9';
Preview: ι