Basic Latin: [Sequence]

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

Decomposition

  1. 4
    U+0034
  2. ,
    U+002C

Character Escapes

HTML5
4,
4,
C
\u0034\u002C (C99)
\U000034\U00002C (C99)
\x34\x2C (encoding-dependent)
\064\054 (encoding-dependent)
C++
\u{34}\u{2C} (C++23)
\x{34}\x{2C} (C++23, encoding-dependent)
\o{064}\o{054} (C++23, encoding-dependent)
\U00000034\U0000002C
\u0034\u002C
\x34\x2C (encoding-dependent)
\064\054 (encoding-dependent)
Java
\u0034\u002C
JavaScript
\u{34}\u{2C}
\u0034\u002C
\x34\x2C
CSS
\34\2C
\000034\00002C
Quoted-Printable
=34=2C
URL
%34%2C