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