Box Drawings Heavy Vertical vs Box Drawings Right Up Heavy And Left Down Light
VS
Property Comparison
| Property | ┃ 2503 | ╄ 2544 |
|---|---|---|
| Name | Box Drawings Heavy Vertical | Box Drawings Right Up Heavy And Left Down 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 | 2503 | 2544 |
|---|---|---|
| Unicode | U+2503 | U+2544 |
| HTML Decimal | ┃ | ╄ |
| HTML Hex | ┃ | ╄ |
| CSS | \2503 | \2544 |
| JavaScript | \u{2503} | \u{2544} |
| Python | \u2503 | \u2544 |
| UTF-8 | e2 94 83 | e2 95 84 |
How to Distinguish
Both Box Drawings Heavy Vertical and Box Drawings Right Up Heavy And Left Down 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.