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