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