Basic Latin: [Sequence]

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

Decomposition

  1. S
    U+0053
  2. H
    U+0048
  3. V
    U+0056

Character Escapes

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