Braille Pattern Dots-12 Braille
⠃ (U+2803) represents the Braille pattern dots-12.
U+2803
⠃ is a Braille pattern character from the Unicode Braille Patterns block. It’s defined as “BRAILLE PATTERN DOTS-12” (U+2803). You can copy it directly or use its HTML/CSS/JavaScript escapes.
Braille Pattern Dots-12 Braille Meaning
⠃ is the Unicode Braille character “BRAILLE PATTERN DOTS-12” (U+2803), also known as dots 1 and 2. In Braille, patterns correspond to tactile cells used for encoding letters, punctuation, and symbols. As a standalone Unicode pattern, ⠃ primarily identifies that specific dot arrangement rather than conveying a universal “word” on its own. In practice, it’s commonly used when working with Braille representations, accessibility-related content, icon-like indicators, prototypes, or character lists where a particular dot configuration matters.
Common uses
- •Including a specific Braille dot pattern in a Unicode text sample or documentation
- •Designing lightweight Braille-style icons or UI indicators for prototypes
- •Typing or displaying Braille patterns in accessibility demos and testing pages
- •Using the character in coding/character tables to verify Unicode rendering
- •Creating reference sheets that list Braille patterns by dot positions
Examples
⠃ Braille pattern dots-12
- ⠃Braille pattern (dots 1-2): ⠃
- ⠃Pattern U+2803: ⠃
- ⠃Testing Braille glyph rendering: ⠃
- ⠃Dots-12 cell shown here: ⠃
- ⠃Reference list item: ⠃
Variations
Technical codes
| Unicode | U+2803 | |
| HTML Entity | ⠃ | |
| HTML Code | ⠃ | |
| CSS | \2803 |
FAQ
What does the Braille Pattern Dots-12 braille mean?
⠃ is the Unicode Braille character “BRAILLE PATTERN DOTS-12” (U+2803), also known as dots 1 and 2. In Braille, patterns correspond to tactile cells used for encoding letters, punctuation, and symbols. As a standalone Unicode pattern, ⠃ primarily identifies that specific dot arrangement rather than conveying a universal “word” on its own. In practice, it’s commonly used when working with Braille representations, accessibility-related content, icon-like indicators, prototypes, or character lists where a particular dot configuration matters.
What is ⠃ in Unicode?
⠃ is “BRAILLE PATTERN DOTS-12” with code point U+2803.
Which dots are represented by ⠃?
It represents the Braille pattern for dots 1 and 2 (often written as dots-12).
How can I copy ⠃ in HTML?
You can use the HTML entity: ⠃.
How do I use ⠃ in CSS or JavaScript?
CSS escape: \\2803. JavaScript escape: \\u{2803}.