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 DOTLESS I
Overview
ı (LATIN SMALL LETTER DOTLESS I) is the Unicode character at code point U+0131. 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+0131 | |
| decimal | 305 | |
| htmldecimal | ı | |
| htmlhex | ı | |
| css | \0131 | |
| javascript | \u{131} | |
| python | \u0131 | |
| java | \u0131 | |
| go | \u0131 | |
| ruby | \u{131} | |
| rust | \u{131} | |
| ccpp | \u0131 | |
| urlencoded | %C4%B1 | |
| utf8bytes | c4 b1 | |
| utf16bebytes | 01 31 | |
| utf32bebytes | 00 00 01 31 |
How to Use
HTML:
ı
CSS:
content: "\0131"
JavaScript:
"\u{131}"
Python:
"\u0131"
Properties
- Block
- Latin Extended-A
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ı character (LATIN SMALL LETTER DOTLESS I)?
ı (LATIN SMALL LETTER DOTLESS I) is the Unicode character U+0131.
What is the Unicode codepoint of LATIN SMALL LETTER DOTLESS I?
The LATIN SMALL LETTER DOTLESS I character (ı) has codepoint U+0131.
How do I type or copy LATIN SMALL LETTER DOTLESS I?
Copy ı directly, or use the HTML entity, UTF-8, and code encodings shown on this page.