| Symbol Name | Latin Capital Letter I With Ogonek |
| Unicode Version | 1.1 |
| Unicode | U+012E |
| Unicode block | |
| General category | Uppercase Letter (Lu) |
| CSS Code |
| UTF-8 | C4 AE |
| UTF-16 | 012E |
| UTF-32 | 0000012E |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERIWITHOGONEK}4\end{document}You can type the latin capital letter i with ogonek symbol on most modern devices with the help of following methods:
Alt + 302 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter i with ogonek", or use Unicode Hex Input with 012E.
Ctrl + Shift + U, type 012e, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Latin keyboard.
Paste from this page or use a keyboard with Latin letter support.
1span.latin-capital-letter-i-with-ogonek::before { content: "\012E"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Į</span>Latin Capital Letter I With Ogonek symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u012E' or String.fromCodePoint(302) |
| Python | '\N{LATIN CAPITAL LETTER I WITH OGONEK}' or chr(302) |
| Rust | '\u{012E}' |
| C / C++ | UTF-8 source or wchar_t with U+012E |
| Go | string(rune(0x012E)) |
| Ruby | "\u{012E}" |
\012E |
| Hex Code | 0x012E |
| HTML Code | Į |
| LaTeX | \text{LATINCAPITALLETTERIWITHOGONEK} |
| Symbol | Į |
| URL encode (UTF-8 percent) | %C4%AE |
| Spoken / screen reader name | Latin Capital Letter I With Ogonek |