Braille Pattern Dots-28 Braille
⢂ represents a specific Braille pattern made from dots 2 and 8.
U+2882
⢂ is a Unicode Braille pattern character: “Braille Pattern Dots-28”. It’s useful when you need an exact glyph for text, UI, or content that references Braille dot positions.
Braille Pattern Dots-28 Braille Meaning
⢂ is the Unicode character named “BRAILLE PATTERN DOTS-28” (U+2882). In Braille terminology, it encodes a pattern where dot 2 and dot 8 are raised. Depending on your context, this can be used to represent a specific Braille cell configuration (for example, in diagrams, teaching materials, or font-testing scenarios), or simply as a precise glyph when you want the visual of “dots 2 and 8” rather than a printed word. When sharing it across platforms, its appearance can vary based on font support for Braille pattern blocks, so always test where it will be displayed.
Common uses
- •Copying an exact Braille dot pattern glyph for educational diagrams
- •Testing font and renderer support for Unicode Braille patterns
- •Using as a UI/label symbol in accessibility-oriented interfaces
- •Creating Braille-inspired art or layout mockups
- •Referencing specific dot-position patterns in linguistics notes
Examples
⢂ Braille Pattern Dots-28
- ⢂Dots 2 & 8 pattern: ⢂
- ⢂Rendered glyph check: ⢂
- ⢂Braille diagram cell: ⢂
- ⢂Use dot pattern ⢂ in your mockup
- ⢂Example Braille pattern: ⢂
Variations
Technical codes
| Unicode | U+2882 | |
| HTML Entity | ⢂ | |
| HTML Code | ⢂ | |
| CSS | \2882 |
FAQ
What does ⢂ mean?
⢂ is “Braille Pattern Dots-28”, meaning the Braille cell has dots 2 and 8 raised.
How do I copy ⢂ reliably in my code?
You can copy the character directly, or use the provided escapes: CSS \\2882 or JavaScript \\u{2882}.
Is ⢂ the same as a Braille letter or word?
It’s a Braille dot pattern (a cell configuration). Whether it corresponds to a specific letter depends on the Braille encoding system and mapping you’re using.
Why might ⢂ look different on different devices?
Braille pattern glyphs depend on Unicode support and the available font. Rendering can vary, so test in the target environment.