Box Drawings Heavy Double Dash Horizontal vs Box Drawings Heavy Up And Left
VS
Property Comparison
| Property | ╍ 254D | ┛ 251B |
|---|---|---|
| Name | Box Drawings Heavy Double Dash Horizontal | Box Drawings Heavy Up And Left |
| Category | Box Drawing | Box Drawing |
| Block | Box Drawing | Box Drawing |
| Script | Zyyy | Zyyy |
| General Category | Other Symbol (So) | Other Symbol (So) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | 254D | 251B |
|---|---|---|
| Unicode | U+254D | U+251B |
| HTML Decimal | ╍ | ┛ |
| HTML Hex | ╍ | ┛ |
| CSS | \254D | \251B |
| JavaScript | \u{254D} | \u{251B} |
| Python | \u254d | \u251b |
| UTF-8 | e2 95 8d | e2 94 9b |
How to Distinguish
Both Box Drawings Heavy Double Dash Horizontal and Box Drawings Heavy Up And Left belong to the Box Drawing category and the Box Drawing block. Compare their codepoints and visual rendering to distinguish them.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.