free-symbols

Braille Pattern Dots-27 Braille

⡂ represents the Braille pattern dots-27 (Unicode U+2842).

U+2842

⡂ is a Unicode Braille pattern character labeled “BRAILLE PATTERN DOTS-27.” It’s mainly used when you need the exact dot configuration in text. You can copy it directly or use its Unicode/HTML/CSS/JavaScript escapes.

Braille Pattern Dots-27 Braille Meaning

⡂ (Unicode U+2842) is named “BRAILLE PATTERN DOTS-27,” meaning it visually encodes a Braille cell where dots 2 and 7 are raised. Braille patterns are often used as building blocks in digital typography, accessibility-related rendering, and content that must match a specific dot layout. Because this symbol is a dot-pattern representation, its interpretation can depend on the Braille system or mapping used in your context. When you need the exact physical dot pattern (dots 2 and 7), this character is the precise Unicode choice.

Common uses

  • Copying an exact Braille dot pattern for accessible or tactile text mockups
  • Displaying Braille dot layouts in design tools or UI previews
  • Referencing a specific dot configuration in documentation and style guides
  • Creating consistent typography when rendering Braille patterns in custom fonts
  • Using the character in code/data where Unicode dot patterns must be preserved

Examples

⡂ Braille pattern dots-27

  • The pattern ⡂ shows raised dots 2 and 7.
  • Use ⡂ when you need the DOTS-27 Braille cell layout.
  • In the table, ⡂ corresponds to U+2842.
  • Display ⡂ in your component to match the dot configuration.
  • Copy ⡂ into your document to keep the exact Braille pattern.

Variations

Technical codes

UnicodeU+2842
HTML Entity⡂
HTML Code⡂
CSS\2842

FAQ

What does the symbol ⡂ mean?

⡂ is the Unicode character “BRAILLE PATTERN DOTS-27,” representing raised Braille dots 2 and 7.

What is the Unicode code point for ⡂?

Its Unicode code point is U+2842.

How can I copy ⡂ using HTML?

You can use the HTML entity: ⡂

How do I include ⡂ in CSS or JavaScript?

CSS escape: \\2842. JavaScript (Unicode escape): \\u{2842}.