Acute Accent vs Latin Capital Letter A With Diaeresis
VS
Property Comparison
| Property | ´ 00B4 | Ä 00C4 |
|---|---|---|
| Name | Acute Accent | Latin Capital Letter A With Diaeresis |
| Category | Latin Extended | Latin Extended |
| Block | Latin-1 Supplement | Latin-1 Supplement |
| Script | Zyyy | Latn |
| General Category | Modifier Symbol (Sk) | Uppercase Letter (Lu) |
| Bidirectional | ON | L |
Encoding Comparison
| Format | 00B4 | 00C4 |
|---|---|---|
| Unicode | U+00B4 | U+00C4 |
| HTML Decimal | ´ | Ä |
| HTML Hex | ´ | Ä |
| CSS | \00B4 | \00C4 |
| JavaScript | \u{B4} | \u{C4} |
| Python | \u00b4 | \u00c4 |
| UTF-8 | c2 b4 | c3 84 |
How to Distinguish
Both Acute Accent 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.