Basic Latin: [Sequence]

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

Decomposition

  1. d
    U+0064
  2. a
    U+0061

Character Escapes

HTML5
da
da
C
\u0064\u0061 (C99)
\U000064\U000061 (C99)
\x64\x61 (encoding-dependent)
\144\141 (encoding-dependent)
C++
\u{64}\u{61} (C++23)
\x{64}\x{61} (C++23, encoding-dependent)
\o{144}\o{141} (C++23, encoding-dependent)
\U00000064\U00000061
\u0064\u0061
\x64\x61 (encoding-dependent)
\144\141 (encoding-dependent)
Java
\u0064\u0061
JavaScript
\u{64}\u{61}
\u0064\u0061
\x64\x61
CSS
\64\61
\000064\000061
Quoted-Printable
=64=61
URL
%64%61