Basic Latin: [Sequence]

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

Decomposition

  1. 0
    U+0030
  2. ,
    U+002C

Character Escapes

HTML5
0,
0,
C
\u0030\u002C (C99)
\U000030\U00002C (C99)
\x30\x2C (encoding-dependent)
\060\054 (encoding-dependent)
C++
\u{30}\u{2C} (C++23)
\x{30}\x{2C} (C++23, encoding-dependent)
\o{060}\o{054} (C++23, encoding-dependent)
\U00000030\U0000002C
\u0030\u002C
\x30\x2C (encoding-dependent)
\060\054 (encoding-dependent)
Java
\u0030\u002C
JavaScript
\u{30}\u{2C}
\u0030\u002C
\x30\x2C
CSS
\30\2C
\000030\00002C
Quoted-Printable
=30=2C
URL
%30%2C