Inverted Question Mark vs Latin Capital Letter A With Diaeresis
VS
Property Comparison
| Property | ¿ 00BF | Ä 00C4 |
|---|---|---|
| Name | Inverted Question Mark | Latin Capital Letter A With Diaeresis |
| 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 | 00C4 |
|---|---|---|
| Unicode | U+00BF | U+00C4 |
| HTML Decimal | ¿ | Ä |
| HTML Hex | ¿ | Ä |
| CSS | \00BF | \00C4 |
| JavaScript | \u{BF} | \u{C4} |
| Python | \u00bf | \u00c4 |
| UTF-8 | c2 bf | c3 84 |
How to Distinguish
Both Inverted Question Mark and Latin Capital Letter A With Diaeresis 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.