Basic Latin: [Sequence]

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

Decomposition

  1. 7
    U+0037
  2. ,
    U+002C

Character Escapes

HTML5
7,
7,
C
\u0037\u002C (C99)
\U000037\U00002C (C99)
\x37\x2C (encoding-dependent)
\067\054 (encoding-dependent)
C++
\u{37}\u{2C} (C++23)
\x{37}\x{2C} (C++23, encoding-dependent)
\o{067}\o{054} (C++23, encoding-dependent)
\U00000037\U0000002C
\u0037\u002C
\x37\x2C (encoding-dependent)
\067\054 (encoding-dependent)
Java
\u0037\u002C
JavaScript
\u{37}\u{2C}
\u0037\u002C
\x37\x2C
CSS
\37\2C
\000037\00002C
Quoted-Printable
=37=2C
URL
%37%2C