Basic Latin: [Sequence]

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

Decomposition

  1. V
    U+0056
  2. S
    U+0053

Character Escapes

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