Basic Latin: [Sequence]

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

Decomposition

  1. V
    U+0056
  2. I
    U+0049

Character Escapes

HTML5
VI
VI
C
\u0056\u0049 (C99)
\U000056\U000049 (C99)
\x56\x49 (encoding-dependent)
\126\111 (encoding-dependent)
C++
\u{56}\u{49} (C++23)
\x{56}\x{49} (C++23, encoding-dependent)
\o{126}\o{111} (C++23, encoding-dependent)
\U00000056\U00000049
\u0056\u0049
\x56\x49 (encoding-dependent)
\126\111 (encoding-dependent)
Java
\u0056\u0049
JavaScript
\u{56}\u{49}
\u0056\u0049
\x56\x49
CSS
\56\49
\000056\000049
Quoted-Printable
=56=49
URL
%56%49