free-symbols

Braille Pattern Dots-123478 Braille

⣏ (U+28CF) is a Unicode braille pattern with dots 1, 2, 3, 4, 7, and 8.

U+28CF

⣏ is a Unicode character from the Braille Patterns block (Extended Set 3). It’s useful when you need a specific dot configuration rather than a printed braille letter.

Braille Pattern Dots-123478 Braille Meaning

⣏ is the Unicode braille pattern labeled “BRAILLE PATTERN DOTS-123478” (code point U+28CF). In practical terms, it represents a braille cell where the raised-dot layout includes dots 1, 2, 3, 4, 7, and 8. The exact textual meaning (such as a braille letter or number) depends on the braille system (e.g., language and whether you’re using contracted/grade rules). If you’re working with braille visual layouts or braille-capable text rendering, the pattern itself is the key piece of information—copying the correct character ensures the intended dot arrangement.

Common uses

  • Representing a specific braille dot layout in plain text or UI mocks
  • Building braille-style icons or indicators in web content
  • Labeling and testing braille rendering in terminals and browsers
  • Creating documents that require consistent braille pattern characters
  • Using the character in datasets to store exact dot configurations

Examples

⣏ Braille pattern dots 1-2-3-4-7-8

  • Braille pattern: ⣏
  • Dot layout preview: ⣏
  • Status marker ⣏
  • Copy this character: ⣏
  • Pattern set item: ⣏

Variations

Technical codes

UnicodeU+28CF
HTML Entity⣏
HTML Code⣏
CSS\28CF

FAQ

What does ⣏ mean?

⣏ is a Unicode braille pattern character named “BRAILLE PATTERN DOTS-123478”. It specifies a dot layout (dots 1, 2, 3, 4, 7, and 8). The letter/number meaning depends on the braille rules you’re applying.

How do I copy ⣏ reliably in HTML?

Use the HTML entity: ⣏. You can also copy the literal character directly (⣏) if your environment supports it.

What is the Unicode code point for ⣏?

The Unicode code point is U+28CF.

How can I insert ⣏ in CSS or JavaScript?

In CSS use \\28CF. In JavaScript (ES6) use \\u{28CF}.