copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('i'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
i
FULLWIDTH LATIN SMALL LETTER I
Overview
i (FULLWIDTH LATIN SMALL LETTER I) is the Unicode character at code point U+FF49. It belongs to the Halfwidth and Fullwidth Forms block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FF49 | |
| decimal | 65353 | |
| htmldecimal | i | |
| htmlhex | i | |
| css | \FF49 | |
| javascript | \u{FF49} | |
| python | \uff49 | |
| java | \uFF49 | |
| go | \uFF49 | |
| ruby | \u{FF49} | |
| rust | \u{FF49} | |
| ccpp | \uff49 | |
| urlencoded | %EF%BD%89 | |
| utf8bytes | ef bd 89 | |
| utf16bebytes | ff 49 | |
| utf32bebytes | 00 00 ff 49 |
How to Use
HTML:
i
CSS:
content: "\FF49"
JavaScript:
"\u{FF49}"
Python:
"\uff49"
Properties
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 0069
Frequently Asked Questions
What is the i character (FULLWIDTH LATIN SMALL LETTER I)?
i (FULLWIDTH LATIN SMALL LETTER I) is the Unicode character U+FF49.
What is the Unicode codepoint of FULLWIDTH LATIN SMALL LETTER I?
The FULLWIDTH LATIN SMALL LETTER I character (i) has codepoint U+FF49.
How do I type or copy FULLWIDTH LATIN SMALL LETTER I?
Copy i directly, or use the HTML entity, UTF-8, and code encodings shown on this page.