Basic Latin: [Sequence]

26
U+0032 U+0036
26
Noto text font
Plane
0 (Basic Multilingual)
Block
Basic Latin
Unicode Version
[None]
UTF-32BE
00 00 00 32 00 00 00 36
UTF-32LE
32 00 00 00 36 00 00 00
UTF-16BE
00 32 00 36
UTF-16LE
32 00 36 00
UTF-8
32 36

Decomposition

  1. 2
    U+0032
  2. 6
    U+0036

Character Escapes

HTML5
26
26
C
\u0032\u0036 (C99)
\U000032\U000036 (C99)
\x32\x36 (encoding-dependent)
\062\066 (encoding-dependent)
C++
\u{32}\u{36} (C++23)
\x{32}\x{36} (C++23, encoding-dependent)
\o{062}\o{066} (C++23, encoding-dependent)
\U00000032\U00000036
\u0032\u0036
\x32\x36 (encoding-dependent)
\062\066 (encoding-dependent)
Java
\u0032\u0036
JavaScript
\u{32}\u{36}
\u0032\u0036
\x32\x36
CSS
\32\36
\000032\000036
Quoted-Printable
=32=36
URL
%32%36