Braille Pattern Dots-137 Braille
⡅ is a Braille pattern character for dots 1, 3, and 7, encoded as U+2845.
U+2845
⡅ represents a specific Braille dot configuration. It is part of the Braille Patterns Unicode block and can be used wherever you need that exact pattern. Below you’ll find the official code point plus practical copy and usage examples.
Braille Pattern Dots-137 Braille Meaning
⡅ is the Unicode character “BRAILLE PATTERN DOTS-137” with code point U+2845. It indicates a Braille cell pattern where dots 1, 3, and 7 are raised (using the Braille dot numbering standard). Because it’s a pattern character, the symbol is most useful when you are working with Braille visual layouts, accessibility-related displays, or document content that needs a precise dot arrangement rather than a fully translated Braille letter. In software and publishing, accuracy depends on using the correct Unicode character (U+2845) or the provided HTML/CSS/JavaScript escapes.
Common uses
- •Displaying a specific Braille cell pattern in documents or layouts
- •Using consistent Braille dot visuals in UI mockups or typography samples
- •Including the exact Braille pattern in web content or accessibility-focused documents
- •Referencing Braille patterns in code examples, documentation, or style guides
- •Creating educational or instructional materials about Braille dot configurations
Examples
⡅ Braille Pattern Dots-137
- ⡅The Braille pattern shown here is ⡅.
- ⡅Use U+2845 to insert ⡅ in your page.
- ⡅Dots 1, 3, and 7 correspond to ⡅.
- ⡅In CSS, you can render it with \\2845.
- ⡅JavaScript escape for ⡅: \\u{2845}.
Variations
Technical codes
| Unicode | U+2845 | |
| HTML Entity | ⡅ | |
| HTML Code | ⡅ | |
| CSS | \2845 |
FAQ
What Unicode character is ⡅?
⡅ is “BRAILLE PATTERN DOTS-137” with Unicode code point U+2845.
How do I copy ⡅ into HTML?
You can use the HTML entity: ⡅.
What does “dots-137” mean for this symbol?
It indicates a Braille cell pattern with dots 1, 3, and 7 raised.
How can I insert ⡅ with CSS or JavaScript?
CSS escape: \\2845. JavaScript escape: \\u{2845}.