Comma vs Feminine Ordinal Indicator
VS
Property Comparison
| Property | , 002C | ª 00AA |
|---|---|---|
| Name | Comma | Feminine Ordinal Indicator |
| Category | Latin Extended | Latin Extended |
| Block | Basic Latin | Latin-1 Supplement |
| Script | Zyyy | Latn |
| General Category | Other Punctuation (Po) | Other Letter (Lo) |
| Bidirectional | CS | L |
Encoding Comparison
| Format | 002C | 00AA |
|---|---|---|
| Unicode | U+002C | U+00AA |
| HTML Decimal | , | ª |
| HTML Hex | , | ª |
| CSS | \002C | \00AA |
| JavaScript | \u{2C} | \u{AA} |
| Python | \u002c | \u00aa |
| UTF-8 | 2c | c2 aa |
How to Distinguish
Both Comma and Feminine Ordinal Indicator are in the Latin Extended category but reside in different Unicode blocks. Check the codepoint to tell them apart.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.