Basic Latin: [Sequence]

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

Decomposition

  1. 4
    U+0034
  2. 4
    U+0034

Character Escapes

HTML5
44
44
C
\u0034\u0034 (C99)
\U000034\U000034 (C99)
\x34\x34 (encoding-dependent)
\064\064 (encoding-dependent)
C++
\u{34}\u{34} (C++23)
\x{34}\x{34} (C++23, encoding-dependent)
\o{064}\o{064} (C++23, encoding-dependent)
\U00000034\U00000034
\u0034\u0034
\x34\x34 (encoding-dependent)
\064\064 (encoding-dependent)
Java
\u0034\u0034
JavaScript
\u{34}\u{34}
\u0034\u0034
\x34\x34
CSS
\34\34
\000034\000034
Quoted-Printable
=34=34
URL
%34%34