Basic Latin: [Sequence]

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

Decomposition

  1. 3
    U+0033
  2. ,
    U+002C

Character Escapes

HTML5
3,
3,
C
\u0033\u002C (C99)
\U000033\U00002C (C99)
\x33\x2C (encoding-dependent)
\063\054 (encoding-dependent)
C++
\u{33}\u{2C} (C++23)
\x{33}\x{2C} (C++23, encoding-dependent)
\o{063}\o{054} (C++23, encoding-dependent)
\U00000033\U0000002C
\u0033\u002C
\x33\x2C (encoding-dependent)
\063\054 (encoding-dependent)
Java
\u0033\u002C
JavaScript
\u{33}\u{2C}
\u0033\u002C
\x33\x2C
CSS
\33\2C
\000033\00002C
Quoted-Printable
=33=2C
URL
%33%2C