Box Drawings Down Single And Right Double vs Box Drawings Heavy Up And Light Down
VS
Property Comparison
| Property | ╒ 2552 | ╿ 257F |
|---|---|---|
| Name | Box Drawings Down Single And Right Double | Box Drawings Heavy Up And Light Down |
| 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 | 2552 | 257F |
|---|---|---|
| Unicode | U+2552 | U+257F |
| HTML Decimal | ╒ | ╿ |
| HTML Hex | ╒ | ╿ |
| CSS | \2552 | \257F |
| JavaScript | \u{2552} | \u{257F} |
| Python | \u2552 | \u257f |
| UTF-8 | e2 95 92 | e2 95 bf |
How to Distinguish
Both Box Drawings Down Single And Right Double and Box Drawings Heavy Up And Light Down 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.