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