Capital Iota Symbol Ι
Ι
Copy to Clipboard
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 |
Capital Iota Symbol Encoding
UTF-8 | 0xCE 0x99 |
UTF-16 | 0x0399 |
UTF-32 | 0x00000399 |
Table of contents
- Capital Iota PNG and SVG files
- How to type capital iota on Microsoft Word
- How to type capital iota on Microsoft Windows
- How to type capital iota on Mac OS
- How to type capital iota on Linux
- How to type capital iota on IOS and Android
- How to use capital iota in CSS
- How to use capital iota in HTML
- Capital Iota representation in programming languages
Capital Iota symbol's PNG and SVG files
How to add capital iota symbol via keyboard on different Operating systems
You can type the capital iota 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 on microsoft Microsoft Word using steps mentioned below:
- Place your cursor in the text area where you need to insert the symbol and type 0 3 9 9
- Without moving the cursor press keys Alt + x together
- The original 0 3 9 9 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 0 3 9 9 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 on ios and android is to copy and paste it wherever you need it.
How to use capital iota in CSS
Copy
// css example
span {
content: "\0399";
}
How to type capital iota in HTML
Copy
// html example
<span>Ι</span>
Capital Iota symbol representation in programming languages
capital iota'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' |