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 SMALL LETTER I WITH OGONEK
Overview
į (LATIN SMALL LETTER I WITH OGONEK) is the Unicode character at code point U+012F. It belongs to the Latin Extended-A block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+012F | |
| decimal | 303 | |
| htmldecimal | į | |
| htmlhex | į | |
| css | \012F | |
| javascript | \u{12F} | |
| python | \u012f | |
| java | \u012F | |
| go | \u012F | |
| ruby | \u{12F} | |
| rust | \u{12F} | |
| ccpp | \u012f | |
| urlencoded | %C4%AF | |
| utf8bytes | c4 af | |
| utf16bebytes | 01 2f | |
| utf32bebytes | 00 00 01 2f |
How to Use
HTML:
į
CSS:
content: "\012F"
JavaScript:
"\u{12F}"
Python:
"\u012f"
Properties
- Block
- Latin Extended-A
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0069 0328
Frequently Asked Questions
What is the į character (LATIN SMALL LETTER I WITH OGONEK)?
į (LATIN SMALL LETTER I WITH OGONEK) is the Unicode character U+012F.
What is the Unicode codepoint of LATIN SMALL LETTER I WITH OGONEK?
The LATIN SMALL LETTER I WITH OGONEK character (į) has codepoint U+012F.
How do I type or copy LATIN SMALL LETTER I WITH OGONEK?
Copy į directly, or use the HTML entity, UTF-8, and code encodings shown on this page.