Basic Latin: [Sequence]

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

Decomposition

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

Character Escapes

HTML5
41
41
C
\u0034\u0031 (C99)
\U000034\U000031 (C99)
\x34\x31 (encoding-dependent)
\064\061 (encoding-dependent)
C++
\u{34}\u{31} (C++23)
\x{34}\x{31} (C++23, encoding-dependent)
\o{064}\o{061} (C++23, encoding-dependent)
\U00000034\U00000031
\u0034\u0031
\x34\x31 (encoding-dependent)
\064\061 (encoding-dependent)
Java
\u0034\u0031
JavaScript
\u{34}\u{31}
\u0034\u0031
\x34\x31
CSS
\34\31
\000034\000031
Quoted-Printable
=34=31
URL
%34%31