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 CENT SIGN
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FFE0 | |
| decimal | 65504 | |
| htmldecimal | ¢ | |
| htmlhex | ¢ | |
| css | \FFE0 | |
| javascript | \u{FFE0} | |
| python | \uffe0 | |
| java | \uFFE0 | |
| go | \uFFE0 | |
| ruby | \u{FFE0} | |
| rust | \u{FFE0} | |
| ccpp | \uffe0 | |
| urlencoded | %EF%BF%A0 | |
| utf8bytes | ef bf a0 | |
| utf16bebytes | ff e0 | |
| utf32bebytes | 00 00 ff e0 |
How to Use
HTML:
¢
CSS:
content: "\FFE0"
JavaScript:
"\u{FFE0}"
Python:
"\uffe0"
Properties
- Script
- Zyyy
- Category
- Currency Symbol (Sc)
- Bidirectional
- ET
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 00A2