Left Right Arrow With Stroke vs Left Right Open-Headed Arrow
VS
プロパティ比較
エンコード比較
| フォーマット | 21AE | 21FF |
|---|---|---|
| Unicode | U+21AE | U+21FF |
| HTML Decimal | ↮ | ⇿ |
| HTML Hex | ↮ | ⇿ |
| CSS | \21AE | \21FF |
| JavaScript | \u{21AE} | \u{21FF} |
| Python | \u21ae | \u21ff |
| UTF-8 | e2 86 ae | e2 87 bf |
見分け方
Left Right Arrow With Stroke と Left Right Open-Headed Arrow はどちらも 矢印 カテゴリと Arrows ブロックに属しています。コードポイント、エンコーディング、Unicode プロパティを比較して見分けてください。
ヒント: 文字を hex エディタに貼り付けるか、
charCodeAt()
を JavaScript で使って実際のコードポイントを確認してください。