Box Drawings Heavy Up And Left vs Box Drawings Vertical Light And Right Heavy
VS
プロパティ比較
エンコード比較
| フォーマット | 251B | 251D |
|---|---|---|
| Unicode | U+251B | U+251D |
| HTML Decimal | ┛ | ┝ |
| HTML Hex | ┛ | ┝ |
| CSS | \251B | \251D |
| JavaScript | \u{251B} | \u{251D} |
| Python | \u251b | \u251d |
| UTF-8 | e2 94 9b | e2 94 9d |
見分け方
Box Drawings Heavy Up And Left と Box Drawings Vertical Light And Right Heavy はどちらも 罫線素片 カテゴリと Box Drawing ブロックに属しています。コードポイント、エンコーディング、Unicode プロパティを比較して見分けてください。
ヒント: 文字を hex エディタに貼り付けるか、
charCodeAt()
を JavaScript で使って実際のコードポイントを確認してください。