Basic Latin: [Sequence]

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

Decomposition

  1. 8
    U+0038
  2. 0
    U+0030

Character Escapes

HTML5
80
80
C
\u0038\u0030 (C99)
\U000038\U000030 (C99)
\x38\x30 (encoding-dependent)
\070\060 (encoding-dependent)
C++
\u{38}\u{30} (C++23)
\x{38}\x{30} (C++23, encoding-dependent)
\o{070}\o{060} (C++23, encoding-dependent)
\U00000038\U00000030
\u0038\u0030
\x38\x30 (encoding-dependent)
\070\060 (encoding-dependent)
Java
\u0038\u0030
JavaScript
\u{38}\u{30}
\u0038\u0030
\x38\x30
CSS
\38\30
\000038\000030
Quoted-Printable
=38=30
URL
%38%30