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 POUND SIGN
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FFE1 | |
| decimal | 65505 | |
| htmldecimal | £ | |
| htmlhex | £ | |
| css | \FFE1 | |
| javascript | \u{FFE1} | |
| python | \uffe1 | |
| java | \uFFE1 | |
| go | \uFFE1 | |
| ruby | \u{FFE1} | |
| rust | \u{FFE1} | |
| ccpp | \uffe1 | |
| urlencoded | %EF%BF%A1 | |
| utf8bytes | ef bf a1 | |
| utf16bebytes | ff e1 | |
| utf32bebytes | 00 00 ff e1 |
How to Use
HTML:
£
CSS:
content: "\FFE1"
JavaScript:
"\u{FFE1}"
Python:
"\uffe1"
Properties
- Script
- Zyyy
- Category
- Currency Symbol (Sc)
- Bidirectional
- ET
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 00A3