Box Drawings Heavy Horizontal vs Box Drawings Light Arc Down And Right
VS
Property Comparison
| Property | ━ 2501 | ╭ 256D |
|---|---|---|
| Name | Box Drawings Heavy Horizontal | Box Drawings Light Arc Down And 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 | 2501 | 256D |
|---|---|---|
| Unicode | U+2501 | U+256D |
| HTML Decimal | ━ | ╭ |
| HTML Hex | ━ | ╭ |
| CSS | \2501 | \256D |
| JavaScript | \u{2501} | \u{256D} |
| Python | \u2501 | \u256d |
| UTF-8 | e2 94 81 | e2 95 ad |
How to Distinguish
Both Box Drawings Heavy Horizontal and Box Drawings Light Arc Down And 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.