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 WA
Overview
ᅪ (HALFWIDTH HANGUL LETTER WA) is the Unicode character at code point U+FFCD. 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+FFCD | |
| decimal | 65485 | |
| htmldecimal | ᅪ | |
| htmlhex | ᅪ | |
| css | \FFCD | |
| javascript | \u{FFCD} | |
| python | \uffcd | |
| java | \uFFCD | |
| go | \uFFCD | |
| ruby | \u{FFCD} | |
| rust | \u{FFCD} | |
| ccpp | \uffcd | |
| urlencoded | %EF%BF%8D | |
| utf8bytes | ef bf 8d | |
| utf16bebytes | ff cd | |
| utf32bebytes | 00 00 ff cd |
How to Use
HTML:
ᅪ
CSS:
content: "\FFCD"
JavaScript:
"\u{FFCD}"
Python:
"\uffcd"
Properties
- Script
- Hang
- Category
- Other Letter (Lo)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <narrow> 3158
Frequently Asked Questions
What is the ᅪ character (HALFWIDTH HANGUL LETTER WA)?
ᅪ (HALFWIDTH HANGUL LETTER WA) is the Unicode character U+FFCD.
What is the Unicode codepoint of HALFWIDTH HANGUL LETTER WA?
The HALFWIDTH HANGUL LETTER WA character (ᅪ) has codepoint U+FFCD.
How do I type or copy HALFWIDTH HANGUL LETTER WA?
Copy ᅪ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.