Basic Latin: [Sequence]

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

Decomposition

  1. 4
    U+0034
  2. 9
    U+0039

Character Escapes

HTML5
49
49
C
\u0034\u0039 (C99)
\U000034\U000039 (C99)
\x34\x39 (encoding-dependent)
\064\071 (encoding-dependent)
C++
\u{34}\u{39} (C++23)
\x{34}\x{39} (C++23, encoding-dependent)
\o{064}\o{071} (C++23, encoding-dependent)
\U00000034\U00000039
\u0034\u0039
\x34\x39 (encoding-dependent)
\064\071 (encoding-dependent)
Java
\u0034\u0039
JavaScript
\u{34}\u{39}
\u0034\u0039
\x34\x39
CSS
\34\39
\000034\000039
Quoted-Printable
=34=39
URL
%34%39