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