Halfwidth and Fullwidth Forms: Fullwidth Pound Sign

U+FFE1
Noto text font
Plane
0 (Basic Multilingual)
Block
Halfwidth and Fullwidth Forms
Unicode Version
1.1
UTF-32BE
00 00 FF E1
UTF-32LE
E1 FF 00 00
UTF-16BE
FF E1
UTF-16LE
E1 FF
UTF-8
EF BF A1

Character Escapes

HTML5
£
£
C
\uFFE1 (C99)
\U00FFE1 (C99)
C++
\u{FFE1} (C++23)
\U0000FFE1
\uFFE1
Java
\uFFE1
JavaScript
\u{FFE1}
\uFFE1
CSS
\FFE1
\00FFE1
Quoted-Printable
=EF=BF=A1
URL
%EF%BF%A1