Basic Latin: [Sequence]

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

Decomposition

  1. 6
    U+0036
  2. ,
    U+002C

Character Escapes

HTML5
6,
6,
C
\u0036\u002C (C99)
\U000036\U00002C (C99)
\x36\x2C (encoding-dependent)
\066\054 (encoding-dependent)
C++
\u{36}\u{2C} (C++23)
\x{36}\x{2C} (C++23, encoding-dependent)
\o{066}\o{054} (C++23, encoding-dependent)
\U00000036\U0000002C
\u0036\u002C
\x36\x2C (encoding-dependent)
\066\054 (encoding-dependent)
Java
\u0036\u002C
JavaScript
\u{36}\u{2C}
\u0036\u002C
\x36\x2C
CSS
\36\2C
\000036\00002C
Quoted-Printable
=36=2C
URL
%36%2C