Braille Pattern Dots-17 Braille
⡁ represents a specific Braille cell pattern: dots 1 and 7.
U+2841
⡁ is a Unicode Braille pattern character. It encodes the layout of dots 1 and 7 in a Braille cell. Use it when you need a precise Braille dot representation in text, UI, or technical content.
Braille Pattern Dots-17 Braille Meaning
⡁ (Braille pattern dots-17) indicates a Braille cell where dot 1 and dot 7 are raised. This character is part of the “Braille Patterns” Unicode block, which is intended for representing dot configurations directly rather than spelling a word by itself. In practice, it’s useful for showing exact Braille dot layouts in documentation, labels, and interfaces—especially when you need to illustrate how a specific pattern looks. When you use it, make sure the audience understands it’s a dot-pattern visualization (not automatically a translated letter or word).
Common uses
- •Displaying exact Braille dot layouts in accessibility documentation
- •Designing instructional materials or UI help text that references dot positions
- •Creating technical diagrams that label Braille patterns for developers or testers
- •Building icons or badges that visually communicate a Braille configuration
- •Annotating screenshots in blogs, forums, or support articles about Braille behavior
Examples
⡁ Braille pattern dots-17
- ⡁“The pattern ⡁ shows dots 1 and 7.”
- ⡁“In this diagram, ⡁ is used to mark the raised dot positions.”
- ⡁“Select the Braille pattern ⡁ for the dot-17 configuration.”
- ⡁“Our training sheet includes ⡁ to illustrate dots 1 and 7.”
- ⡁“The UI label uses ⡁ as a visual reference for dot placement.”
Variations
Technical codes
| Unicode | U+2841 | |
| HTML Entity | ⡁ | |
| HTML Code | ⡁ | |
| CSS | \2841 |
FAQ
What does ⡁ stand for?
⡁ is the Unicode Braille pattern character for dots 1 and 7 in a Braille cell (Unicode name: BRAILLE PATTERN DOTS-17, U+2841).
Is ⡁ a specific letter or word?
Not inherently. It’s a dot-pattern visualization (dots 1 and 7). A letter or meaning depends on the Braille encoding system you’re using.
How can I copy ⡁ into HTML?
Use the HTML entity: ⡁.
What escape sequences can I use in code?
Common options include CSS escape \\2841 and JavaScript escape \\u{2841}.