Basic Latin: [Sequence]

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

Decomposition

  1. 4
    U+0034
  2. 7
    U+0037

Character Escapes

HTML5
47
47
C
\u0034\u0037 (C99)
\U000034\U000037 (C99)
\x34\x37 (encoding-dependent)
\064\067 (encoding-dependent)
C++
\u{34}\u{37} (C++23)
\x{34}\x{37} (C++23, encoding-dependent)
\o{064}\o{067} (C++23, encoding-dependent)
\U00000034\U00000037
\u0034\u0037
\x34\x37 (encoding-dependent)
\064\067 (encoding-dependent)
Java
\u0034\u0037
JavaScript
\u{34}\u{37}
\u0034\u0037
\x34\x37
CSS
\34\37
\000034\000037
Quoted-Printable
=34=37
URL
%34%37