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' : ''">
¥
YEN SIGN
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+00A5 | |
| decimal | 165 | |
| htmldecimal | ¥ | |
| htmlhex | ¥ | |
| css | \00A5 | |
| javascript | \u{A5} | |
| python | \u00a5 | |
| java | \u00A5 | |
| go | \u00A5 | |
| ruby | \u{A5} | |
| rust | \u{A5} | |
| ccpp | \u00a5 | |
| urlencoded | %C2%A5 | |
| utf8bytes | c2 a5 | |
| utf16bebytes | 00 a5 | |
| utf32bebytes | 00 00 00 a5 | |
| htmlentity | ¥ |
How to Use
HTML:
¥
or
¥
CSS:
content: "\00A5"
JavaScript:
"\u{A5}"
Python:
"\u00a5"
Properties
- Block
- Latin-1 Supplement
- Script
- Zyyy
- Category
- Currency Symbol (Sc)
- Bidirectional
- ET
- Combining
- 0
- Mirrored
- No