Basic Latin: [Sequence]

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

Decomposition

  1. 1
    U+0031
  2. 8
    U+0038

Character Escapes

HTML5
18
18
C
\u0031\u0038 (C99)
\U000031\U000038 (C99)
\x31\x38 (encoding-dependent)
\061\070 (encoding-dependent)
C++
\u{31}\u{38} (C++23)
\x{31}\x{38} (C++23, encoding-dependent)
\o{061}\o{070} (C++23, encoding-dependent)
\U00000031\U00000038
\u0031\u0038
\x31\x38 (encoding-dependent)
\061\070 (encoding-dependent)
Java
\u0031\u0038
JavaScript
\u{31}\u{38}
\u0031\u0038
\x31\x38
CSS
\31\38
\000031\000038
Quoted-Printable
=31=38
URL
%31%38