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