Basic Latin: [Sequence]

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

Decomposition

  1. a
    U+0061
  2. y
    U+0079

Character Escapes

HTML5
ay
ay
C
\u0061\u0079 (C99)
\U000061\U000079 (C99)
\x61\x79 (encoding-dependent)
\141\171 (encoding-dependent)
C++
\u{61}\u{79} (C++23)
\x{61}\x{79} (C++23, encoding-dependent)
\o{141}\o{171} (C++23, encoding-dependent)
\U00000061\U00000079
\u0061\u0079
\x61\x79 (encoding-dependent)
\141\171 (encoding-dependent)
Java
\u0061\u0079
JavaScript
\u{61}\u{79}
\u0061\u0079
\x61\x79
CSS
\61\79
\000061\000079
Quoted-Printable
=61=79
URL
%61%79