SymbolFYI

Comma vs Less-Than Sign

,
Comma
002C
View details →
<
Less-Than Sign
003C
View details →
VS

Property Comparison

Property , 002C < 003C
Name Comma Less-Than Sign
Category Latin Extended Latin Extended
Block Basic Latin Basic Latin
Script Zyyy Zyyy
General Category Other Punctuation (Po) Math Symbol (Sm)
Bidirectional CS ON

Encoding Comparison

Format 002C 003C
Unicode U+002C U+003C
HTML Decimal &#44; &#60;
HTML Hex &#x2C; &#x3C;
CSS \002C \003C
JavaScript \u{2C} \u{3C}
Python \u002c \u003c
UTF-8 2c 3c

How to Distinguish

Both Comma and Less-Than Sign belong to the Latin Extended category and the Basic Latin block. Compare their codepoints and visual rendering to distinguish them.

Tip: Paste the character into a hex editor or use charCodeAt() in JavaScript to check the actual codepoint.

Related Comparisons

, Comma details < Less-Than Sign details All Comparisons