Basic Latin: [Sequence]

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

Decomposition

  1. 5
    U+0035
  2. ,
    U+002C

Character Escapes

HTML5
5,
5,
C
\u0035\u002C (C99)
\U000035\U00002C (C99)
\x35\x2C (encoding-dependent)
\065\054 (encoding-dependent)
C++
\u{35}\u{2C} (C++23)
\x{35}\x{2C} (C++23, encoding-dependent)
\o{065}\o{054} (C++23, encoding-dependent)
\U00000035\U0000002C
\u0035\u002C
\x35\x2C (encoding-dependent)
\065\054 (encoding-dependent)
Java
\u0035\u002C
JavaScript
\u{35}\u{2C}
\u0035\u002C
\x35\x2C
CSS
\35\2C
\000035\00002C
Quoted-Printable
=35=2C
URL
%35%2C