POUND SIGN
£
U+00A3
Code
00A3
Code Point
163
Aliases
pound sterling, Irish punt, lira, etc.
Notes
not to be confused with the unit of weight
glyph may have one or two crossbars, in distinction from 20A4
Character Properties
General Category
Letter, Other (Lo)
Bidi Class
L (Left-to-Right)
Combining Class
0 (Spacing, split, enclosing, reordrant, and Tibetan subjoined)
Block
C1 Controls and Latin-1 Supplement (Latin-1 Supplement)
Character Encoding
UTF-8
0xC20xA3
UTF-16
0x00A3
UTF-32
0x000000A3
Copy & Paste Codes
Character
£
Unicode Escape
\u{00A3}
HTML Entity (Decimal)
£
HTML Entity (Hex)
£
CSS Code
\00A3
JavaScript
String.fromCodePoint(0x00A3)
Python
chr(0x00A3)