Basic Latin: [Sequence]

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

Decomposition

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

Character Escapes

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