Basic Latin: [Sequence]

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

Decomposition

  1. 7
    U+0037
  2. 0
    U+0030

Character Escapes

HTML5
70
70
C
\u0037\u0030 (C99)
\U000037\U000030 (C99)
\x37\x30 (encoding-dependent)
\067\060 (encoding-dependent)
C++
\u{37}\u{30} (C++23)
\x{37}\x{30} (C++23, encoding-dependent)
\o{067}\o{060} (C++23, encoding-dependent)
\U00000037\U00000030
\u0037\u0030
\x37\x30 (encoding-dependent)
\067\060 (encoding-dependent)
Java
\u0037\u0030
JavaScript
\u{37}\u{30}
\u0037\u0030
\x37\x30
CSS
\37\30
\000037\000030
Quoted-Printable
=37=30
URL
%37%30