Basic Latin: Latin Capital Letter Y

Y
U+0059
Y
Noto text font
Plane
0 (Basic Multilingual)
Block
Basic Latin
Unicode Version
1.1
UTF-32BE
00 00 00 59
UTF-32LE
59 00 00 00
UTF-16BE
00 59
UTF-16LE
59 00
UTF-8
59

Character Escapes

HTML5
Y
Y
C
\u0059 (C99)
\U000059 (C99)
\x59 (encoding-dependent)
\131 (encoding-dependent)
C++
\u{59} (C++23)
\x{59} (C++23, encoding-dependent)
\o{131} (C++23, encoding-dependent)
\U00000059
\u0059
\x59 (encoding-dependent)
\131 (encoding-dependent)
Java
\u0059
JavaScript
\u{59}
\u0059
\x59
CSS
\59
\000059
Quoted-Printable
=59
URL
%59