Basic Latin: [Sequence]

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

Decomposition

  1. 4
    U+0034
  2. 6
    U+0036

Character Escapes

HTML5
46
46
C
\u0034\u0036 (C99)
\U000034\U000036 (C99)
\x34\x36 (encoding-dependent)
\064\066 (encoding-dependent)
C++
\u{34}\u{36} (C++23)
\x{34}\x{36} (C++23, encoding-dependent)
\o{064}\o{066} (C++23, encoding-dependent)
\U00000034\U00000036
\u0034\u0036
\x34\x36 (encoding-dependent)
\064\066 (encoding-dependent)
Java
\u0034\u0036
JavaScript
\u{34}\u{36}
\u0034\u0036
\x34\x36
CSS
\34\36
\000034\000036
Quoted-Printable
=34=36
URL
%34%36