Basic Latin: [Sequence]

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

Decomposition

  1. H
    U+0048
  2. V
    U+0056

Character Escapes

HTML5
HV
HV
C
\u0048\u0056 (C99)
\U000048\U000056 (C99)
\x48\x56 (encoding-dependent)
\110\126 (encoding-dependent)
C++
\u{48}\u{56} (C++23)
\x{48}\x{56} (C++23, encoding-dependent)
\o{110}\o{126} (C++23, encoding-dependent)
\U00000048\U00000056
\u0048\u0056
\x48\x56 (encoding-dependent)
\110\126 (encoding-dependent)
Java
\u0048\u0056
JavaScript
\u{48}\u{56}
\u0048\u0056
\x48\x56
CSS
\48\56
\000048\000056
Quoted-Printable
=48=56
URL
%48%56