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 LEFTWARDS ARROW
Overview
← (HALFWIDTH LEFTWARDS ARROW) is the Unicode character at code point U+FFE9. It belongs to the Halfwidth and Fullwidth Forms block, in the Math Symbol (Sm) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FFE9 | |
| decimal | 65513 | |
| htmldecimal | ← | |
| htmlhex | ← | |
| css | \FFE9 | |
| javascript | \u{FFE9} | |
| python | \uffe9 | |
| java | \uFFE9 | |
| go | \uFFE9 | |
| ruby | \u{FFE9} | |
| rust | \u{FFE9} | |
| ccpp | \uffe9 | |
| urlencoded | %EF%BF%A9 | |
| utf8bytes | ef bf a9 | |
| utf16bebytes | ff e9 | |
| utf32bebytes | 00 00 ff e9 |
How to Use
HTML:
←
CSS:
content: "\FFE9"
JavaScript:
"\u{FFE9}"
Python:
"\uffe9"
Properties
- Script
- Zyyy
- Category
- Math Symbol (Sm)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
- Decomposition
- <narrow> 2190
Frequently Asked Questions
What is the ← character (HALFWIDTH LEFTWARDS ARROW)?
← (HALFWIDTH LEFTWARDS ARROW) is the Unicode character U+FFE9.
What is the Unicode codepoint of HALFWIDTH LEFTWARDS ARROW?
The HALFWIDTH LEFTWARDS ARROW character (←) has codepoint U+FFE9.
How do I type or copy HALFWIDTH LEFTWARDS ARROW?
Copy ← directly, or use the HTML entity, UTF-8, and code encodings shown on this page.