Basic Latin: [Sequence]

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

Decomposition

  1. G
    U+0047
  2. y
    U+0079

Character Escapes

HTML5
Gy
Gy
C
\u0047\u0079 (C99)
\U000047\U000079 (C99)
\x47\x79 (encoding-dependent)
\107\171 (encoding-dependent)
C++
\u{47}\u{79} (C++23)
\x{47}\x{79} (C++23, encoding-dependent)
\o{107}\o{171} (C++23, encoding-dependent)
\U00000047\U00000079
\u0047\u0079
\x47\x79 (encoding-dependent)
\107\171 (encoding-dependent)
Java
\u0047\u0079
JavaScript
\u{47}\u{79}
\u0047\u0079
\x47\x79
CSS
\47\79
\000047\000079
Quoted-Printable
=47=79
URL
%47%79