Basic Latin: [Sequence]

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

Decomposition

  1. P
    U+0050
  2. a
    U+0061

Character Escapes

HTML5
Pa
Pa
C
\u0050\u0061 (C99)
\U000050\U000061 (C99)
\x50\x61 (encoding-dependent)
\120\141 (encoding-dependent)
C++
\u{50}\u{61} (C++23)
\x{50}\x{61} (C++23, encoding-dependent)
\o{120}\o{141} (C++23, encoding-dependent)
\U00000050\U00000061
\u0050\u0061
\x50\x61 (encoding-dependent)
\120\141 (encoding-dependent)
Java
\u0050\u0061
JavaScript
\u{50}\u{61}
\u0050\u0061
\x50\x61
CSS
\50\61
\000050\000061
Quoted-Printable
=50=61
URL
%50%61