Basic Latin: [Sequence]

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

Decomposition

  1. p
    U+0070
  2. W
    U+0057

Character Escapes

HTML5
pW
pW
C
\u0070\u0057 (C99)
\U000070\U000057 (C99)
\x70\x57 (encoding-dependent)
\160\127 (encoding-dependent)
C++
\u{70}\u{57} (C++23)
\x{70}\x{57} (C++23, encoding-dependent)
\o{160}\o{127} (C++23, encoding-dependent)
\U00000070\U00000057
\u0070\u0057
\x70\x57 (encoding-dependent)
\160\127 (encoding-dependent)
Java
\u0070\u0057
JavaScript
\u{70}\u{57}
\u0070\u0057
\x70\x57
CSS
\70\57
\000070\000057
Quoted-Printable
=70=57
URL
%70%57