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