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