free-symbols

Braille Pattern Dots-1234567 Braille

⡿ represents a Braille pattern with dots 1 through 7.

U+287F

⡿ is a Unicode Braille pattern character. It corresponds to the Braille configuration commonly labeled as dots 1–7.

Braille Pattern Dots-1234567 Braille Meaning

⡿ is a Braille pattern character identified in Unicode as “BRAILLE PATTERN DOTS-1234567” (U+287F). As a Braille pattern block element, it denotes the physical layout where dots 1, 2, 3, 4, 5, 6, and 7 are raised in the pattern. In practice, this character is often used when you need to display or specify a particular Braille cell shape, such as for technical documentation, labeling, accessibility-related typography tests, or custom rendering systems. The exact semantic meaning (what letter or symbol it represents) depends on the Braille encoding standard being used; the character itself primarily indicates the dot layout.

Common uses

  • Displaying a specific Braille cell pattern in documentation or prototypes
  • Building accessibility or localization checklists for Braille rendering
  • Using as a visual marker in UI mockups where Braille dot layouts must be shown
  • Documenting Unicode characters and codepoints in developer guides
  • Creating patterned icons or labels that require a Braille-like cell shape

Examples

⡿ Braille Pattern Dots-1234567

  • Unicode reference: ⡿ (U+287F) in the extended Braille patterns block.
  • Prototype note: show the raised-dots configuration as ⡿ for dot layout validation.
  • Design spec: the Braille-pattern glyph in the legend should match ⡿.
  • Accessibility test case: verify that ⡿ renders correctly across platforms.
  • Developer chat: use ⡿ when you need the dots 1–7 pattern.

Variations

Technical codes

UnicodeU+287F
HTML Entity⡿
HTML Code⡿
CSS\287F

FAQ

What does the Braille Pattern Dots-1234567 braille mean?

⡿ is a Braille pattern character identified in Unicode as “BRAILLE PATTERN DOTS-1234567” (U+287F). As a Braille pattern block element, it denotes the physical layout where dots 1, 2, 3, 4, 5, 6, and 7 are raised in the pattern. In practice, this character is often used when you need to display or specify a particular Braille cell shape, such as for technical documentation, labeling, accessibility-related typography tests, or custom rendering systems. The exact semantic meaning (what letter or symbol it represents) depends on the Braille encoding standard being used; the character itself primarily indicates the dot layout.

What Braille dots does ⡿ represent?

⡿ is the Braille pattern DOTS-1234567, meaning dots 1 through 7 are raised in that cell.

Is ⡿ a letter or just a dot pattern?

It is primarily a Unicode Braille dot pattern character. Whether it maps to a specific letter/symbol depends on the Braille code/standard you’re using.

What is the Unicode code point for ⡿?

The Unicode code point is U+287F.

How can I copy ⡿ reliably in HTML or code?

You can use the HTML entity ⡿ or the CSS escape \\287F (JavaScript escape: \\u{287F}).