Basic Latin: [Sequence]

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

Decomposition

  1. 3
    U+0033
  2. 8
    U+0038

Character Escapes

HTML5
38
38
C
\u0033\u0038 (C99)
\U000033\U000038 (C99)
\x33\x38 (encoding-dependent)
\063\070 (encoding-dependent)
C++
\u{33}\u{38} (C++23)
\x{33}\x{38} (C++23, encoding-dependent)
\o{063}\o{070} (C++23, encoding-dependent)
\U00000033\U00000038
\u0033\u0038
\x33\x38 (encoding-dependent)
\063\070 (encoding-dependent)
Java
\u0033\u0038
JavaScript
\u{33}\u{38}
\u0033\u0038
\x33\x38
CSS
\33\38
\000033\000038
Quoted-Printable
=33=38
URL
%33%38