Box Drawings Double Up And Right vs Box Drawings Heavy Vertical
VS
Property Comparison
| Property | ╚ 255A | ┃ 2503 |
|---|---|---|
| Name | Box Drawings Double Up And Right | 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 | 255A | 2503 |
|---|---|---|
| Unicode | U+255A | U+2503 |
| HTML Decimal | ╚ | ┃ |
| HTML Hex | ╚ | ┃ |
| CSS | \255A | \2503 |
| JavaScript | \u{255A} | \u{2503} |
| Python | \u255a | \u2503 |
| UTF-8 | e2 95 9a | e2 94 83 |
How to Distinguish
Both Box Drawings Double Up And Right 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.