Basic Latin: [Sequence]

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

Decomposition

  1. d
    U+0064
  2. l
    U+006C

Character Escapes

HTML5
dl
dl
C
\u0064\u006C (C99)
\U000064\U00006C (C99)
\x64\x6C (encoding-dependent)
\144\154 (encoding-dependent)
C++
\u{64}\u{6C} (C++23)
\x{64}\x{6C} (C++23, encoding-dependent)
\o{144}\o{154} (C++23, encoding-dependent)
\U00000064\U0000006C
\u0064\u006C
\x64\x6C (encoding-dependent)
\144\154 (encoding-dependent)
Java
\u0064\u006C
JavaScript
\u{64}\u{6C}
\u0064\u006C
\x64\x6C
CSS
\64\6C
\000064\00006C
Quoted-Printable
=64=6C
URL
%64%6C