Basic Latin: [Sequence]

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

Decomposition

  1. p
    U+0070
  2. A
    U+0041

Character Escapes

HTML5
pA
pA
C
\u0070\u0041 (C99)
\U000070\U000041 (C99)
\x70\x41 (encoding-dependent)
\160\101 (encoding-dependent)
C++
\u{70}\u{41} (C++23)
\x{70}\x{41} (C++23, encoding-dependent)
\o{160}\o{101} (C++23, encoding-dependent)
\U00000070\U00000041
\u0070\u0041
\x70\x41 (encoding-dependent)
\160\101 (encoding-dependent)
Java
\u0070\u0041
JavaScript
\u{70}\u{41}
\u0070\u0041
\x70\x41
CSS
\70\41
\000070\000041
Quoted-Printable
=70=41
URL
%70%41