Basic Latin: [Sequence]

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

Decomposition

  1. 2
    U+0032
  2. ,
    U+002C

Character Escapes

HTML5
2,
2,
C
\u0032\u002C (C99)
\U000032\U00002C (C99)
\x32\x2C (encoding-dependent)
\062\054 (encoding-dependent)
C++
\u{32}\u{2C} (C++23)
\x{32}\x{2C} (C++23, encoding-dependent)
\o{062}\o{054} (C++23, encoding-dependent)
\U00000032\U0000002C
\u0032\u002C
\x32\x2C (encoding-dependent)
\062\054 (encoding-dependent)
Java
\u0032\u002C
JavaScript
\u{32}\u{2C}
\u0032\u002C
\x32\x2C
CSS
\32\2C
\000032\00002C
Quoted-Printable
=32=2C
URL
%32%2C