Basic Latin: [Sequence]

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

Decomposition

  1. 2
    U+0032
  2. 8
    U+0038

Character Escapes

HTML5
28
28
C
\u0032\u0038 (C99)
\U000032\U000038 (C99)
\x32\x38 (encoding-dependent)
\062\070 (encoding-dependent)
C++
\u{32}\u{38} (C++23)
\x{32}\x{38} (C++23, encoding-dependent)
\o{062}\o{070} (C++23, encoding-dependent)
\U00000032\U00000038
\u0032\u0038
\x32\x38 (encoding-dependent)
\062\070 (encoding-dependent)
Java
\u0032\u0038
JavaScript
\u{32}\u{38}
\u0032\u0038
\x32\x38
CSS
\32\38
\000032\000038
Quoted-Printable
=32=38
URL
%32%38