Basic Latin: [Sequence]

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

Decomposition

  1. 3
    U+0033
  2. 2
    U+0032

Character Escapes

HTML5
32
32
C
\u0033\u0032 (C99)
\U000033\U000032 (C99)
\x33\x32 (encoding-dependent)
\063\062 (encoding-dependent)
C++
\u{33}\u{32} (C++23)
\x{33}\x{32} (C++23, encoding-dependent)
\o{063}\o{062} (C++23, encoding-dependent)
\U00000033\U00000032
\u0033\u0032
\x33\x32 (encoding-dependent)
\063\062 (encoding-dependent)
Java
\u0033\u0032
JavaScript
\u{33}\u{32}
\u0033\u0032
\x33\x32
CSS
\33\32
\000033\000032
Quoted-Printable
=33=32
URL
%33%32