Inverted Question Mark vs Latin Capital Letter A With Grave
VS
Property Comparison
| Property | ¿ 00BF | À 00C0 |
|---|---|---|
| Name | Inverted Question Mark | Latin Capital Letter A With Grave |
| Category | Latin Extended | Latin Extended |
| Block | Latin-1 Supplement | Latin-1 Supplement |
| Script | Zyyy | Latn |
| General Category | Other Punctuation (Po) | Uppercase Letter (Lu) |
| Bidirectional | ON | L |
Encoding Comparison
| Format | 00BF | 00C0 |
|---|---|---|
| Unicode | U+00BF | U+00C0 |
| HTML Decimal | ¿ | À |
| HTML Hex | ¿ | À |
| CSS | \00BF | \00C0 |
| JavaScript | \u{BF} | \u{C0} |
| Python | \u00bf | \u00c0 |
| UTF-8 | c2 bf | c3 80 |
How to Distinguish
Both Inverted Question Mark and Latin Capital Letter A With Grave belong to the Latin Extended category and the Latin-1 Supplement 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.