SymbolFYI

Apostrophe vs Comma

'
Apostrophe
0027
View details →
,
Comma
002C
View details →
VS

Property Comparison

Property ' 0027 , 002C
Name Apostrophe Comma
Category Latin Extended Latin Extended
Block Basic Latin Basic Latin
Script Zyyy Zyyy
General Category Other Punctuation (Po) Other Punctuation (Po)
Bidirectional ON CS

Encoding Comparison

Format 0027 002C
Unicode U+0027 U+002C
HTML Decimal ' ,
HTML Hex ' ,
CSS \0027 \002C
JavaScript \u{27} \u{2C}
Python \u0027 \u002c
UTF-8 27 2c

How to Distinguish

Both Apostrophe and Comma 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

' Apostrophe details , Comma details All Comparisons