COMMA
,
U+002C
Unicode Block
C0 Controls and Basic Latin (Basic Latin)Code
002C
Code Point
44
Aliases
the use as decimal or thousands separator is locale dependent
Character Properties
General Category
Letter, Other (Lo)
Bidi Class
L (Left-to-Right)
Combining Class
0 (Spacing, split, enclosing, reordrant, and Tibetan subjoined)
Block
C0 Controls and Basic Latin (Basic Latin)
Character Encoding
UTF-8
0x2C
UTF-16
0x002C
UTF-32
0x0000002C
Copy & Paste Codes
Character
,
Unicode Escape
\u{002C}
HTML Entity (Decimal)
,
HTML Entity (Hex)
,
CSS Code
\002C
JavaScript
String.fromCodePoint(0x002C)
Python
chr(0x002C)