free-symbols

Braille Pattern Dots-123456 Braille

⠿ is a Braille cell character with all six dots raised, used as a specific braille pattern.

U+283F

⠿ represents a single Braille cell where dots 1, 2, 3, 4, 5, and 6 are all raised. Like other Braille patterns, its exact interpretation depends on the Braille system in use.

Braille Pattern Dots-123456 Braille Meaning

⠿ is the Unicode Braille pattern for dots-123456 (all six dots raised). In Braille, each dot pattern corresponds to a particular character or function within a specific Braille encoding or standard. Because different languages and systems (and sometimes contexts like punctuation or formatting) use patterns in different ways, the “meaning” of ⠿ is best treated as “a specific Braille cell pattern” rather than a universal letter on its own. It can be helpful when teaching Braille dot layouts, validating font rendering, or marking a placeholder/pattern in accessible UI content.

Common uses

  • Showing an example of a Braille cell with all six dots raised in teaching materials
  • Testing Braille glyph rendering in fonts, browsers, and design systems
  • Creating accessible UI labels where a specific Braille pattern must be displayed
  • Using as a visual placeholder/pattern marker in mockups or prototypes involving Braille
  • Referencing a Braille dot configuration in documentation or educational content

Examples

⠿ Braille pattern (dots 1-2-3-4-5-6)

  • Braille all-dots cell: ⠿
  • Pattern reference: ⠿ (dots 123456)
  • Teaching slide example: ⠿
  • UI test string: ⠿ ⠿ ⠿
  • Braille dot layout marker: ⠿

Variations

Technical codes

UnicodeU+283F
HTML Entity⠿
HTML Code⠿
CSS\283F

FAQ

What does ⠿ mean?

It is a Unicode Braille pattern for dots 1-2-3-4-5-6 (all six dots raised). Its exact character meaning depends on the Braille system and context.

How can I copy ⠿ for HTML?

You can paste the character directly, or use the HTML entity: ⠿.

How do I include ⠿ in CSS or JavaScript?

CSS escape: \\283F. JavaScript escape: \\u{283F}.

Why might the appearance of ⠿ differ across devices?

Braille glyph rendering depends on the font and Unicode support available on the device, so the dot look can vary if a font doesn’t fully support Braille patterns.