Braille Pattern Dots-7 vs Braille Pattern Dots-8
VS
Property Comparison
Encoding Comparison
| Format | 2840 | 2880 |
|---|---|---|
| Unicode | U+2840 | U+2880 |
| HTML Decimal | ⡀ | ⢀ |
| HTML Hex | ⡀ | ⢀ |
| CSS | \2840 | \2880 |
| JavaScript | \u{2840} | \u{2880} |
| Python | \u2840 | \u2880 |
| UTF-8 | e2 a1 80 | e2 a2 80 |
How to Distinguish
Both Braille Pattern Dots-7 and Braille Pattern Dots-8 belong to the Braille category and the Braille Patterns 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.