Basic Latin: [Sequence]

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

Decomposition

  1. 2
    U+0032
  2. 1
    U+0031

Character Escapes

HTML5
21
21
C
\u0032\u0031 (C99)
\U000032\U000031 (C99)
\x32\x31 (encoding-dependent)
\062\061 (encoding-dependent)
C++
\u{32}\u{31} (C++23)
\x{32}\x{31} (C++23, encoding-dependent)
\o{062}\o{061} (C++23, encoding-dependent)
\U00000032\U00000031
\u0032\u0031
\x32\x31 (encoding-dependent)
\062\061 (encoding-dependent)
Java
\u0032\u0031
JavaScript
\u{32}\u{31}
\u0032\u0031
\x32\x31
CSS
\32\31
\000032\000031
Quoted-Printable
=32=31
URL
%32%31