free-symbols

Braille Pattern Dots-1247 Braille

⡋ is a Braille pattern character representing dots 1, 2, 4, and 7.

U+284B

⡋ (U+284B) is a Braille pattern symbol from the Unicode Braille Patterns block. It’s used when you need to display a specific dot configuration. You can copy it directly or generate it using its Unicode details.

Braille Pattern Dots-1247 Braille Meaning

⡋ is the Unicode character named “BRAILLE PATTERN DOTS-1247” (U+284B). In Braille dot numbering, it indicates that the dots in positions 1, 2, 4, and 7 are raised, while the other standard positions are not. Because this is a pattern character (not a text letter by itself), it’s commonly used to render or indicate a particular Braille cell configuration in digital content. Designers and developers may use it in accessibility-related mockups, documentation, UI previews, or educational materials where the exact dot pattern matters.

Common uses

  • Displaying a specific Braille cell pattern in educational or training materials
  • Building UI previews for accessibility or inclusive design workflows
  • Representing Braille dot configurations in documentation and spec notes
  • Creating accessible iconography or labels that reference a Braille pattern
  • Testing font/support for Unicode Braille Patterns characters

Examples

⡋ Braille pattern dots-1247

  • Braille dots shown: ⡋
  • Pattern reference: ⡋ (U+284B)
  • Selected configuration ⡋ for the Braille cell preview
  • Use the Unicode braille pattern ⡋ in your layout
  • Dot positions for this cell: 1-2-4-7 ⡋

Variations

Technical codes

UnicodeU+284B
HTML Entity⡋
HTML Code⡋
CSS\284B

FAQ

What does the Braille Pattern Dots-1247 braille mean?

⡋ is the Unicode character named “BRAILLE PATTERN DOTS-1247” (U+284B). In Braille dot numbering, it indicates that the dots in positions 1, 2, 4, and 7 are raised, while the other standard positions are not. Because this is a pattern character (not a text letter by itself), it’s commonly used to render or indicate a particular Braille cell configuration in digital content. Designers and developers may use it in accessibility-related mockups, documentation, UI previews, or educational materials where the exact dot pattern matters.

What Unicode character is ⡋?

⡋ is the Unicode character “BRAILLE PATTERN DOTS-1247” with codepoint U+284B.

Which Braille dots does ⡋ represent?

It represents the Braille dot pattern with dots 1, 2, 4, and 7 raised.

How can I copy ⡋ in HTML?

You can use the HTML entity: ⡋.

How do I use ⡋ in code?

You can reference it as a Unicode escape such as \\u{284B} (JavaScript) or CSS escape \\284B.