Search
Search for a symbol or emoji...
Ι
Ι
Capital Iota Symbol Ι
Capital Iota Symbol Information
| Symbol Name | Capital Iota |
| Unicode Version | 1.1 (June 1993) |
| Unicode | U+0399 |
| CSS Code | \0399 |
| HTML Entity | Ι |
| Hex Code | Ι |
| HTML Code | Ι |
| Latex | \Iota |
| Symbol | Ι |
Capital Iota Symbol Encoding
| UTF-8 | 0xCE 0x99 |
| UTF-16 | 0x0399 |
| UTF-32 | 0x00000399 |
How to add capital iota symbol via keyboard on different Operating systems
You can type the capital iota symbol on most modern devices with the help of following methods:
How to type capital iota symbol on Microsoft Word
You can type the capital iota in Microsoft Word using steps mentioned below:
- Place your cursor in the text area where you need to insert the symbol and type 0399
- Without moving the cursor press keys Alt + x together
- The original 0399 is now transformed into Ι
How to type capital iota symbol on Microsoft Windows
You can type the capital iota on Microsoft windows using following steps:
- Hold Alt and press to type capital iota on your windows machine.
How to type capital iota symbol on Mac OS
You can type the capital iota on Mac OS using following steps:
- Place your cursor in the text area where you need to insert the symbol
- Press Ctrl + ⌘ Command + ⎵ Space to bring up the Character Viewer. Alternatively, choose Edit ⇒ Emoji & Symbols
- Type "Capital Iota" in the search field at the top and press Enter
- The symbol should appear. Click on it to insert it into your text


How to type capital iota symbol on Linux
You can type the capital iota on Linux using following steps:
- Place your cursor in the text area where you need to insert the symbol
- Hold ⇧ Shift + Ctrl and press the letter + U
- Press keys 0399 consecutively
- And then press ↵ Enter , the desired symbol will be added to your document
How to type capital iota symbol on IOS and Android
The easiest way to type the capital iota symbol on ios and android is to copy and paste it wherever you need it.
How to use capital iota in CSS
//CSS Example
1span {
2 content: \0399;
3 }How to use capital iota in HTML
//HTML Example
1<span>Ι</span>Capital Iota symbol representation in programming languages
Capital Iotasymbol's representation in different programming languages can be found in table below:
| Language | Representation |
|---|---|
| Rust | \u{399} |
| Ruby | \u{399} |
| Python | \u0399 |
| PHP | \u{399} |
| Perl | \x{399} |
| Java | \u0399 |
| Modern JavaScript - Since ES6 | \u{399} |
| JavaScript | \u0399 |
| Go | \u0399 |
| C# | \u0399 |
| C and C++ | \u0399 |
| Bash and Zsh - inside echo -e | \u0399 |
| RFC 5137 | \u'0399' |
