Basic Latin: [Sequence]

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

Decomposition

  1. V
    U+0056
  2. Y
    U+0059

Character Escapes

HTML5
VY
VY
C
\u0056\u0059 (C99)
\U000056\U000059 (C99)
\x56\x59 (encoding-dependent)
\126\131 (encoding-dependent)
C++
\u{56}\u{59} (C++23)
\x{56}\x{59} (C++23, encoding-dependent)
\o{126}\o{131} (C++23, encoding-dependent)
\U00000056\U00000059
\u0056\u0059
\x56\x59 (encoding-dependent)
\126\131 (encoding-dependent)
Java
\u0056\u0059
JavaScript
\u{56}\u{59}
\u0056\u0059
\x56\x59
CSS
\56\59
\000056\000059
Quoted-Printable
=56=59
URL
%56%59