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 KATAKANA LETTER A
Overview
ア (HALFWIDTH KATAKANA LETTER A) is the Unicode character at code point U+FF71. It belongs to the Halfwidth and Fullwidth Forms block, in the Other Letter (Lo) general category. Its script is Kana.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FF71 | |
| decimal | 65393 | |
| htmldecimal | ア | |
| htmlhex | ア | |
| css | \FF71 | |
| javascript | \u{FF71} | |
| python | \uff71 | |
| java | \uFF71 | |
| go | \uFF71 | |
| ruby | \u{FF71} | |
| rust | \u{FF71} | |
| ccpp | \uff71 | |
| urlencoded | %EF%BD%B1 | |
| utf8bytes | ef bd b1 | |
| utf16bebytes | ff 71 | |
| utf32bebytes | 00 00 ff 71 |
How to Use
HTML:
ア
CSS:
content: "\FF71"
JavaScript:
"\u{FF71}"
Python:
"\uff71"
Properties
- Script
- Kana
- Category
- Other Letter (Lo)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <narrow> 30A2
Frequently Asked Questions
What is the ア character (HALFWIDTH KATAKANA LETTER A)?
ア (HALFWIDTH KATAKANA LETTER A) is the Unicode character U+FF71.
What is the Unicode codepoint of HALFWIDTH KATAKANA LETTER A?
The HALFWIDTH KATAKANA LETTER A character (ア) has codepoint U+FF71.
How do I type or copy HALFWIDTH KATAKANA LETTER A?
Copy ア directly, or use the HTML entity, UTF-8, and code encodings shown on this page.