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