Basic Latin: [Sequence]

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

Decomposition

  1. 4
    U+0034
  2. 5
    U+0035

Character Escapes

HTML5
45
45
C
\u0034\u0035 (C99)
\U000034\U000035 (C99)
\x34\x35 (encoding-dependent)
\064\065 (encoding-dependent)
C++
\u{34}\u{35} (C++23)
\x{34}\x{35} (C++23, encoding-dependent)
\o{064}\o{065} (C++23, encoding-dependent)
\U00000034\U00000035
\u0034\u0035
\x34\x35 (encoding-dependent)
\064\065 (encoding-dependent)
Java
\u0034\u0035
JavaScript
\u{34}\u{35}
\u0034\u0035
\x34\x35
CSS
\34\35
\000034\000035
Quoted-Printable
=34=35
URL
%34%35