Box Drawings Heavy Down vs Box Drawings Heavy Up And Left
VS
Property Comparison
| Property | ╻ 257B | ┛ 251B |
|---|---|---|
| Name | Box Drawings Heavy Down | 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 | 257B | 251B |
|---|---|---|
| Unicode | U+257B | U+251B |
| HTML Decimal | ╻ | ┛ |
| HTML Hex | ╻ | ┛ |
| CSS | \257B | \251B |
| JavaScript | \u{257B} | \u{251B} |
| Python | \u257b | \u251b |
| UTF-8 | e2 95 bb | e2 94 9b |
How to Distinguish
Both Box Drawings Heavy Down 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.