Basic Latin: [Sequence]

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

Decomposition

  1. 3
    U+0033
  2. 7
    U+0037

Character Escapes

HTML5
37
37
C
\u0033\u0037 (C99)
\U000033\U000037 (C99)
\x33\x37 (encoding-dependent)
\063\067 (encoding-dependent)
C++
\u{33}\u{37} (C++23)
\x{33}\x{37} (C++23, encoding-dependent)
\o{063}\o{067} (C++23, encoding-dependent)
\U00000033\U00000037
\u0033\u0037
\x33\x37 (encoding-dependent)
\063\067 (encoding-dependent)
Java
\u0033\u0037
JavaScript
\u{33}\u{37}
\u0033\u0037
\x33\x37
CSS
\33\37
\000033\000037
Quoted-Printable
=33=37
URL
%33%37