copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('Į'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
Į
LATIN CAPITAL LETTER I WITH OGONEK
Overview
Į (LATIN CAPITAL LETTER I WITH OGONEK) is the Unicode character at code point U+012E. It belongs to the Latin Extended-A block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+012E | |
| decimal | 302 | |
| htmldecimal | Į | |
| htmlhex | Į | |
| css | \012E | |
| javascript | \u{12E} | |
| python | \u012e | |
| java | \u012E | |
| go | \u012E | |
| ruby | \u{12E} | |
| rust | \u{12E} | |
| ccpp | \u012e | |
| urlencoded | %C4%AE | |
| utf8bytes | c4 ae | |
| utf16bebytes | 01 2e | |
| utf32bebytes | 00 00 01 2e |
How to Use
HTML:
Į
CSS:
content: "\012E"
JavaScript:
"\u{12E}"
Python:
"\u012e"
Properties
- Block
- Latin Extended-A
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0049 0328
Frequently Asked Questions
What is the Į character (LATIN CAPITAL LETTER I WITH OGONEK)?
Į (LATIN CAPITAL LETTER I WITH OGONEK) is the Unicode character U+012E.
What is the Unicode codepoint of LATIN CAPITAL LETTER I WITH OGONEK?
The LATIN CAPITAL LETTER I WITH OGONEK character (Į) has codepoint U+012E.
How do I type or copy LATIN CAPITAL LETTER I WITH OGONEK?
Copy Į directly, or use the HTML entity, UTF-8, and code encodings shown on this page.