Basic Latin: [Sequence]

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

Decomposition

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

Character Escapes

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