free-symbols

Braille Pattern Dots-24578 Braille

⣚ is a braille pattern character representing dots 2, 4, 5, 7, and 8.

U+28DA

⣚ (U+28DA) is a Unicode braille pattern symbol. It’s useful when you need to display a specific dot configuration in braille-related content. Use the copy options below to insert it reliably in text, HTML, CSS, or JavaScript.

Braille Pattern Dots-24578 Braille Meaning

⣚ is “BRAILLE PATTERN DOTS-24578,” a Unicode braille pattern that indicates which dots are raised in a six-dot braille cell (here, dots 2, 4, 5, 7, and 8). Unlike many letters or digits, this character describes the dot layout itself rather than a specific language character. That makes it helpful in braille teaching materials, notation, accessibility documentation, and technical illustrations where you want to show an exact pattern. When working across platforms, it’s best to use Unicode and the provided escapes so the symbol renders correctly.

Common uses

  • Teaching or demonstrating specific braille dot patterns in study materials
  • Labeling braille cells in diagrams, worksheets, or instructional graphics
  • Documenting accessibility or localization details that reference braille layouts
  • Building UI mockups or prototypes that include braille notation elements
  • Creating typographic or content references where exact dot configuration matters

Examples

⣚ Braille Pattern Dots-24578

  • “The pattern ⣚ uses dots 2, 4, 5, 7, and 8.”
  • “In the diagram, the cell marked ⣚ corresponds to this configuration.”
  • “Review ⣚ to compare raised-dot layouts.”
  • “This instruction icon uses ⣚ to indicate a braille pattern.”
  • “Here is the Unicode character for DOTS-24578: ⣚.”

Technical codes

UnicodeU+28DA
HTML Entity⣚
HTML Code⣚
CSS\28DA

FAQ

What does the Braille Pattern Dots-24578 braille mean?

⣚ is “BRAILLE PATTERN DOTS-24578,” a Unicode braille pattern that indicates which dots are raised in a six-dot braille cell (here, dots 2, 4, 5, 7, and 8). Unlike many letters or digits, this character describes the dot layout itself rather than a specific language character. That makes it helpful in braille teaching materials, notation, accessibility documentation, and technical illustrations where you want to show an exact pattern. When working across platforms, it’s best to use Unicode and the provided escapes so the symbol renders correctly.

What braille dots does ⣚ represent?

It is the braille pattern “DOTS-24578,” meaning dots 2, 4, 5, 7, and 8 are raised.

What is the Unicode code point for ⣚?

The Unicode code point is U+28DA.

How can I copy ⣚ in HTML?

You can use the HTML entity: ⣚.

What do the escapes like \\u{28DA} mean?

They are Unicode escapes for inserting the character in code. For this symbol, the JavaScript escape is \\u{28DA} and the CSS/Unicode escape shown is \\28DA.