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