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 SMALL A
Overview
ァ (HALFWIDTH KATAKANA LETTER SMALL A) is the Unicode character at code point U+FF67. 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+FF67 | |
| decimal | 65383 | |
| htmldecimal | ァ | |
| htmlhex | ァ | |
| css | \FF67 | |
| javascript | \u{FF67} | |
| python | \uff67 | |
| java | \uFF67 | |
| go | \uFF67 | |
| ruby | \u{FF67} | |
| rust | \u{FF67} | |
| ccpp | \uff67 | |
| urlencoded | %EF%BD%A7 | |
| utf8bytes | ef bd a7 | |
| utf16bebytes | ff 67 | |
| utf32bebytes | 00 00 ff 67 |
How to Use
HTML:
ァ
CSS:
content: "\FF67"
JavaScript:
"\u{FF67}"
Python:
"\uff67"
Properties
- Script
- Kana
- Category
- Other Letter (Lo)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <narrow> 30A1
Frequently Asked Questions
What is the ァ character (HALFWIDTH KATAKANA LETTER SMALL A)?
ァ (HALFWIDTH KATAKANA LETTER SMALL A) is the Unicode character U+FF67.
What is the Unicode codepoint of HALFWIDTH KATAKANA LETTER SMALL A?
The HALFWIDTH KATAKANA LETTER SMALL A character (ァ) has codepoint U+FF67.
How do I type or copy HALFWIDTH KATAKANA LETTER SMALL A?
Copy ァ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.