Basic Latin: [Sequence]

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

Decomposition

  1. 1
    U+0031
  2. 7
    U+0037

Character Escapes

HTML5
17
17
C
\u0031\u0037 (C99)
\U000031\U000037 (C99)
\x31\x37 (encoding-dependent)
\061\067 (encoding-dependent)
C++
\u{31}\u{37} (C++23)
\x{31}\x{37} (C++23, encoding-dependent)
\o{061}\o{067} (C++23, encoding-dependent)
\U00000031\U00000037
\u0031\u0037
\x31\x37 (encoding-dependent)
\061\067 (encoding-dependent)
Java
\u0031\u0037
JavaScript
\u{31}\u{37}
\u0031\u0037
\x31\x37
CSS
\31\37
\000031\000037
Quoted-Printable
=31=37
URL
%31%37