POUND SIGN (£)
£
Copy Character
Unicode Code
U+00A3
Codepoint
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 Encoding
UTF-8
0xC20xA3
UTF-16
0x00A3
UTF-32
0x000000A3
Copy & Paste Codes
Unicode Escape
\u{00A3}
HTML Entity (Decimal)
£
HTML Entity (Hex)
£
CSS Code
\00A3
JavaScript/JSON
String.fromCodePoint(0x00A3)
Python
chr(0x00A3)
Ruby/PHP
chr(0x00A3)
Unix, C, PHP, JAVA
0x00A3
Perl
chr(0x00A3)
URL Encoded
%00a3