Basic Latin: [Sequence]

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

Decomposition

  1. 2
    U+0032
  2. 9
    U+0039

Character Escapes

HTML5
29
29
C
\u0032\u0039 (C99)
\U000032\U000039 (C99)
\x32\x39 (encoding-dependent)
\062\071 (encoding-dependent)
C++
\u{32}\u{39} (C++23)
\x{32}\x{39} (C++23, encoding-dependent)
\o{062}\o{071} (C++23, encoding-dependent)
\U00000032\U00000039
\u0032\u0039
\x32\x39 (encoding-dependent)
\062\071 (encoding-dependent)
Java
\u0032\u0039
JavaScript
\u{32}\u{39}
\u0032\u0039
\x32\x39
CSS
\32\39
\000032\000039
Quoted-Printable
=32=39
URL
%32%39