Latin Small Letter L With Cedilla vs Latin Small Letter N Preceded By Apostrophe
VS
プロパティ比較
エンコード比較
| フォーマット | 013C | 0149 |
|---|---|---|
| Unicode | U+013C | U+0149 |
| HTML Decimal | ļ | ʼn |
| HTML Hex | ļ | ʼn |
| CSS | \013C | \0149 |
| JavaScript | \u{13C} | \u{149} |
| Python | \u013c | \u0149 |
| UTF-8 | c4 bc | c5 89 |
見分け方
Latin Small Letter L With Cedilla と Latin Small Letter N Preceded By Apostrophe はどちらも ラテン拡張 カテゴリと Latin Extended-A ブロックに属しています。コードポイント、エンコーディング、Unicode プロパティを比較して見分けてください。
ヒント: 文字を hex エディタに貼り付けるか、
charCodeAt()
を JavaScript で使って実際のコードポイントを確認してください。