Latin Capital Letter S With Circumflex vs Latin Small Letter L With Middle Dot
VS
プロパティ比較
エンコード比較
| フォーマット | 015C | 0140 |
|---|---|---|
| Unicode | U+015C | U+0140 |
| HTML Decimal | Ŝ | ŀ |
| HTML Hex | Ŝ | ŀ |
| CSS | \015C | \0140 |
| JavaScript | \u{15C} | \u{140} |
| Python | \u015c | \u0140 |
| UTF-8 | c5 9c | c5 80 |
見分け方
Latin Capital Letter S With Circumflex と Latin Small Letter L With Middle Dot はどちらも ラテン拡張 カテゴリと Latin Extended-A ブロックに属しています。コードポイント、エンコーディング、Unicode プロパティを比較して見分けてください。
ヒント: 文字を hex エディタに貼り付けるか、
charCodeAt()
を JavaScript で使って実際のコードポイントを確認してください。