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
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