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