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
Overview
£ (FULLWIDTH POUND SIGN) is the Unicode character at code point U+FFE1. It belongs to the Halfwidth and Fullwidth Forms block, in the Currency Symbol (Sc) general category. Its script is Zyyy.
On this page
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
Frequently Asked Questions
What is the £ character (FULLWIDTH POUND SIGN)?
£ (FULLWIDTH POUND SIGN) is the Unicode character U+FFE1.
What is the Unicode codepoint of FULLWIDTH POUND SIGN?
The FULLWIDTH POUND SIGN character (£) has codepoint U+FFE1.
How do I type or copy FULLWIDTH POUND SIGN?
Copy £ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.