Basic Latin: [Sequence]

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

Decomposition

  1. 2
    U+0032
  2. 0
    U+0030

Character Escapes

HTML5
20
20
C
\u0032\u0030 (C99)
\U000032\U000030 (C99)
\x32\x30 (encoding-dependent)
\062\060 (encoding-dependent)
C++
\u{32}\u{30} (C++23)
\x{32}\x{30} (C++23, encoding-dependent)
\o{062}\o{060} (C++23, encoding-dependent)
\U00000032\U00000030
\u0032\u0030
\x32\x30 (encoding-dependent)
\062\060 (encoding-dependent)
Java
\u0032\u0030
JavaScript
\u{32}\u{30}
\u0032\u0030
\x32\x30
CSS
\32\30
\000032\000030
Quoted-Printable
=32=30
URL
%32%30