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