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' : ''">
ᅵ
HALFWIDTH HANGUL LETTER I
Overview
ᅵ (HALFWIDTH HANGUL LETTER I) is the Unicode character at code point U+FFDC. It belongs to the Halfwidth and Fullwidth Forms block, in the Other Letter (Lo) general category. Its script is Hang.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FFDC | |
| decimal | 65500 | |
| htmldecimal | ᅵ | |
| htmlhex | ᅵ | |
| css | \FFDC | |
| javascript | \u{FFDC} | |
| python | \uffdc | |
| java | \uFFDC | |
| go | \uFFDC | |
| ruby | \u{FFDC} | |
| rust | \u{FFDC} | |
| ccpp | \uffdc | |
| urlencoded | %EF%BF%9C | |
| utf8bytes | ef bf 9c | |
| utf16bebytes | ff dc | |
| utf32bebytes | 00 00 ff dc |
How to Use
HTML:
ᅵ
CSS:
content: "\FFDC"
JavaScript:
"\u{FFDC}"
Python:
"\uffdc"
Properties
- Script
- Hang
- Category
- Other Letter (Lo)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <narrow> 3163
Frequently Asked Questions
What is the ᅵ character (HALFWIDTH HANGUL LETTER I)?
ᅵ (HALFWIDTH HANGUL LETTER I) is the Unicode character U+FFDC.
What is the Unicode codepoint of HALFWIDTH HANGUL LETTER I?
The HALFWIDTH HANGUL LETTER I character (ᅵ) has codepoint U+FFDC.
How do I type or copy HALFWIDTH HANGUL LETTER I?
Copy ᅵ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.