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