Basic Latin: [Sequence]

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

Decomposition

  1. A
    U+0041
  2. Y
    U+0059

Character Escapes

HTML5
AY
AY
C
\u0041\u0059 (C99)
\U000041\U000059 (C99)
\x41\x59 (encoding-dependent)
\101\131 (encoding-dependent)
C++
\u{41}\u{59} (C++23)
\x{41}\x{59} (C++23, encoding-dependent)
\o{101}\o{131} (C++23, encoding-dependent)
\U00000041\U00000059
\u0041\u0059
\x41\x59 (encoding-dependent)
\101\131 (encoding-dependent)
Java
\u0041\u0059
JavaScript
\u{41}\u{59}
\u0041\u0059
\x41\x59
CSS
\41\59
\000041\000059
Quoted-Printable
=41=59
URL
%41%59