Latin Capital Letter A With Grave vs Latin Small Letter A With Diaeresis
VS
プロパティ比較
エンコード比較
| フォーマット | 00C0 | 00E4 |
|---|---|---|
| Unicode | U+00C0 | U+00E4 |
| HTML Decimal | À | ä |
| HTML Hex | À | ä |
| CSS | \00C0 | \00E4 |
| JavaScript | \u{C0} | \u{E4} |
| Python | \u00c0 | \u00e4 |
| UTF-8 | c3 80 | c3 a4 |
見分け方
Latin Capital Letter A With Grave と Latin Small Letter A With Diaeresis はどちらも ラテン拡張 カテゴリと Latin-1 Supplement ブロックに属しています。コードポイント、エンコーディング、Unicode プロパティを比較して見分けてください。
ヒント: 文字を hex エディタに貼り付けるか、
charCodeAt()
を JavaScript で使って実際のコードポイントを確認してください。