Basic Latin: [Sequence]

PA
U+0050 U+0041
PA
Noto text font
Plane
0 (Basic Multilingual)
Block
Basic Latin
Unicode Version
[None]
UTF-32BE
00 00 00 50 00 00 00 41
UTF-32LE
50 00 00 00 41 00 00 00
UTF-16BE
00 50 00 41
UTF-16LE
50 00 41 00
UTF-8
50 41

Decomposition

  1. P
    U+0050
  2. A
    U+0041

Character Escapes

HTML5
PA
PA
C
\u0050\u0041 (C99)
\U000050\U000041 (C99)
\x50\x41 (encoding-dependent)
\120\101 (encoding-dependent)
C++
\u{50}\u{41} (C++23)
\x{50}\x{41} (C++23, encoding-dependent)
\o{120}\o{101} (C++23, encoding-dependent)
\U00000050\U00000041
\u0050\u0041
\x50\x41 (encoding-dependent)
\120\101 (encoding-dependent)
Java
\u0050\u0041
JavaScript
\u{50}\u{41}
\u0050\u0041
\x50\x41
CSS
\50\41
\000050\000041
Quoted-Printable
=50=41
URL
%50%41