Basic Latin: [Sequence]

vy
U+0076 U+0079
vy
Noto text font
Plane
0 (Basic Multilingual)
Block
Basic Latin
Unicode Version
[None]
UTF-32BE
00 00 00 76 00 00 00 79
UTF-32LE
76 00 00 00 79 00 00 00
UTF-16BE
00 76 00 79
UTF-16LE
76 00 79 00
UTF-8
76 79

Decomposition

  1. v
    U+0076
  2. y
    U+0079

Character Escapes

HTML5
vy
vy
C
\u0076\u0079 (C99)
\U000076\U000079 (C99)
\x76\x79 (encoding-dependent)
\166\171 (encoding-dependent)
C++
\u{76}\u{79} (C++23)
\x{76}\x{79} (C++23, encoding-dependent)
\o{166}\o{171} (C++23, encoding-dependent)
\U00000076\U00000079
\u0076\u0079
\x76\x79 (encoding-dependent)
\166\171 (encoding-dependent)
Java
\u0076\u0079
JavaScript
\u{76}\u{79}
\u0076\u0079
\x76\x79
CSS
\76\79
\000076\000079
Quoted-Printable
=76=79
URL
%76%79