Greek Capital Letter Iota

Ι

Shortcodes

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

Unicode
U+0399
HTML Code
Ι
HTML Entity
Ι
HEX Code
Ι
CSS Code
\0399
JS/JSON
\u0399
Unix/C/PHP/JAVA
0x0399
URL-encode
%CE%99
copied

Customize Greek Capital Letter Iota Symbol

Customize Ι symbol as you like and download Greek Capital 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 Capital Letter Iota symbol in HTML, CSS, and JS?

Insert Ι Greek Capital Letter Iota using HTML

1. Copy-paste Greek Capital Letter Iota directly:
<span>Ι</span>
2. HTML Decimal Code:
<span>&#921;</span>
3. HTML Entity:
<span>&Iota;</span>
4. Hexadecimal Code:
<span>&#x399;</span>
Preview: Ι

Add Greek Capital Letter Iota symbol with CSS

.greek-capital-letter-iota::before {
    content: '\\0399';
}
Preview: Greek Capital Letter Iota

Greek Capital Letter Iota JavaScript Code

1. Direct Symbol:
document.querySelector('.greek-capital-letter-iota').textContent = 'Ι';
2. Unicode Escape for Ι:
document.querySelector('.greek-capital-letter-iota').textContent = '\u0399';
Preview: Ι