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