Latin Small Letter G With Cedilla vs Latin Small Letter K With Cedilla
VS
プロパティ比較
エンコード比較
| フォーマット | 0123 | 0137 |
|---|---|---|
| Unicode | U+0123 | U+0137 |
| HTML Decimal | ģ | ķ |
| HTML Hex | ģ | ķ |
| CSS | \0123 | \0137 |
| JavaScript | \u{123} | \u{137} |
| Python | \u0123 | \u0137 |
| UTF-8 | c4 a3 | c4 b7 |
見分け方
Latin Small Letter G With Cedilla と Latin Small Letter K With Cedilla はどちらも ラテン拡張 カテゴリと Latin Extended-A ブロックに属しています。コードポイント、エンコーディング、Unicode プロパティを比較して見分けてください。
ヒント: 文字を hex エディタに貼り付けるか、
charCodeAt()
を JavaScript で使って実際のコードポイントを確認してください。