Basic Latin: [Sequence]

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

Decomposition

  1. p
    U+0070
  2. V
    U+0056

Character Escapes

HTML5
pV
pV
C
\u0070\u0056 (C99)
\U000070\U000056 (C99)
\x70\x56 (encoding-dependent)
\160\126 (encoding-dependent)
C++
\u{70}\u{56} (C++23)
\x{70}\x{56} (C++23, encoding-dependent)
\o{160}\o{126} (C++23, encoding-dependent)
\U00000070\U00000056
\u0070\u0056
\x70\x56 (encoding-dependent)
\160\126 (encoding-dependent)
Java
\u0070\u0056
JavaScript
\u{70}\u{56}
\u0070\u0056
\x70\x56
CSS
\70\56
\000070\000056
Quoted-Printable
=70=56
URL
%70%56