Basic Latin: [Sequence]

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

Decomposition

  1. 4
    U+0034
  2. 3
    U+0033

Character Escapes

HTML5
43
43
C
\u0034\u0033 (C99)
\U000034\U000033 (C99)
\x34\x33 (encoding-dependent)
\064\063 (encoding-dependent)
C++
\u{34}\u{33} (C++23)
\x{34}\x{33} (C++23, encoding-dependent)
\o{064}\o{063} (C++23, encoding-dependent)
\U00000034\U00000033
\u0034\u0033
\x34\x33 (encoding-dependent)
\064\063 (encoding-dependent)
Java
\u0034\u0033
JavaScript
\u{34}\u{33}
\u0034\u0033
\x34\x33
CSS
\34\33
\000034\000033
Quoted-Printable
=34=33
URL
%34%33