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