Basic Latin: [Sequence]

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

Decomposition

  1. 4
    U+0034
  2. 0
    U+0030

Character Escapes

HTML5
40
40
C
\u0034\u0030 (C99)
\U000034\U000030 (C99)
\x34\x30 (encoding-dependent)
\064\060 (encoding-dependent)
C++
\u{34}\u{30} (C++23)
\x{34}\x{30} (C++23, encoding-dependent)
\o{064}\o{060} (C++23, encoding-dependent)
\U00000034\U00000030
\u0034\u0030
\x34\x30 (encoding-dependent)
\064\060 (encoding-dependent)
Java
\u0034\u0030
JavaScript
\u{34}\u{30}
\u0034\u0030
\x34\x30
CSS
\34\30
\000034\000030
Quoted-Printable
=34=30
URL
%34%30