Basic Latin: [Sequence]

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

Decomposition

  1. 2
    U+0032
  2. 4
    U+0034

Character Escapes

HTML5
24
24
C
\u0032\u0034 (C99)
\U000032\U000034 (C99)
\x32\x34 (encoding-dependent)
\062\064 (encoding-dependent)
C++
\u{32}\u{34} (C++23)
\x{32}\x{34} (C++23, encoding-dependent)
\o{062}\o{064} (C++23, encoding-dependent)
\U00000032\U00000034
\u0032\u0034
\x32\x34 (encoding-dependent)
\062\064 (encoding-dependent)
Java
\u0032\u0034
JavaScript
\u{32}\u{34}
\u0032\u0034
\x32\x34
CSS
\32\34
\000032\000034
Quoted-Printable
=32=34
URL
%32%34