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' : ''">
¥
FULLWIDTH YEN SIGN
Overview
¥ (FULLWIDTH YEN SIGN) is the Unicode character at code point U+FFE5. It belongs to the Halfwidth and Fullwidth Forms block, in the Currency Symbol (Sc) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FFE5 | |
| decimal | 65509 | |
| htmldecimal | ¥ | |
| htmlhex | ¥ | |
| css | \FFE5 | |
| javascript | \u{FFE5} | |
| python | \uffe5 | |
| java | \uFFE5 | |
| go | \uFFE5 | |
| ruby | \u{FFE5} | |
| rust | \u{FFE5} | |
| ccpp | \uffe5 | |
| urlencoded | %EF%BF%A5 | |
| utf8bytes | ef bf a5 | |
| utf16bebytes | ff e5 | |
| utf32bebytes | 00 00 ff e5 |
How to Use
HTML:
¥
CSS:
content: "\FFE5"
JavaScript:
"\u{FFE5}"
Python:
"\uffe5"
Properties
- Script
- Zyyy
- Category
- Currency Symbol (Sc)
- Bidirectional
- ET
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 00A5
Frequently Asked Questions
What is the ¥ character (FULLWIDTH YEN SIGN)?
¥ (FULLWIDTH YEN SIGN) is the Unicode character U+FFE5.
What is the Unicode codepoint of FULLWIDTH YEN SIGN?
The FULLWIDTH YEN SIGN character (¥) has codepoint U+FFE5.
How do I type or copy FULLWIDTH YEN SIGN?
Copy ¥ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.