Basic Latin: [Sequence]

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

Decomposition

  1. 4
    U+0034
  2. 8
    U+0038

Character Escapes

HTML5
48
48
C
\u0034\u0038 (C99)
\U000034\U000038 (C99)
\x34\x38 (encoding-dependent)
\064\070 (encoding-dependent)
C++
\u{34}\u{38} (C++23)
\x{34}\x{38} (C++23, encoding-dependent)
\o{064}\o{070} (C++23, encoding-dependent)
\U00000034\U00000038
\u0034\u0038
\x34\x38 (encoding-dependent)
\064\070 (encoding-dependent)
Java
\u0034\u0038
JavaScript
\u{34}\u{38}
\u0034\u0038
\x34\x38
CSS
\34\38
\000034\000038
Quoted-Printable
=34=38
URL
%34%38