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 LETTER SMALL CAPITAL I
Overview
ɪ (LATIN LETTER SMALL CAPITAL I) is the Unicode character at code point U+026A. It belongs to the IPA Extensions block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+026A | |
| decimal | 618 | |
| htmldecimal | ɪ | |
| htmlhex | ɪ | |
| css | \026A | |
| javascript | \u{26A} | |
| python | \u026a | |
| java | \u026A | |
| go | \u026A | |
| ruby | \u{26A} | |
| rust | \u{26A} | |
| ccpp | \u026a | |
| urlencoded | %C9%AA | |
| utf8bytes | c9 aa | |
| utf16bebytes | 02 6a | |
| utf32bebytes | 00 00 02 6a |
How to Use
HTML:
ɪ
CSS:
content: "\026A"
JavaScript:
"\u{26A}"
Python:
"\u026a"
Properties
- Block
- IPA Extensions
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ɪ character (LATIN LETTER SMALL CAPITAL I)?
ɪ (LATIN LETTER SMALL CAPITAL I) is the Unicode character U+026A.
What is the Unicode codepoint of LATIN LETTER SMALL CAPITAL I?
The LATIN LETTER SMALL CAPITAL I character (ɪ) has codepoint U+026A.
How do I type or copy LATIN LETTER SMALL CAPITAL I?
Copy ɪ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.