Braille Pattern Dots 2368
Copy and paste the braille pattern dots 2368 symbol ⢦ (U+28A6) instantly. Part of the Braille Patterns Unicode block.
Works everywhere: websites, documents, social media, code editors
Character Codes
About This Symbol
- Name
- Braille Pattern Dots 2368
- Unicode Block
- Braille Patterns
- Code Point
- U+28A6
The Braille Pattern Dots 2368 (⢦) is a Unicode character assigned to the Braille Patterns block at code point U+28A6. This block contains characters used across a variety of applications including technical documentation, web development, mathematical notation, and everyday digital communication. The braille pattern dots 2368 symbol can be inserted directly into text or referenced through its HTML entity, CSS code, or JavaScript escape sequence for use in websites and applications.
How to Use
- 1.Click "Copy Symbol" above to copy ⢦ to your clipboard
- 2.Paste it anywhere with Ctrl+V (or Cmd+V on Mac)
- 3.Or use the HTML entity
⢦in your code - 4.For CSS, use
\28A6with the content property
Understanding Braille Pattern Dots 2368
Assigned to code point U+28A6, the braille pattern dots 2368 (⢦) serves a precise role within the Braille Patterns block. Unlike generic approximations, this dedicated Unicode entry ensures that software can distinguish it from other characters and render it with consistent intent across browsers, operating systems, and fonts.
The hexadecimal value 28A6 places this character at decimal position 10406 in the Unicode table. This position within the Braille Patterns range means it shares encoding characteristics with its neighboring characters. The CSS notation \28A6 is particularly useful in pseudo-element content properties, while \u{28A6} works in template literals and string concatenation.
Known by its descriptive name referencing "braille pattern," this character serves a specific role that generic symbols cannot fill. It appears in specialized typography, technical standards, and digital content where precision in symbol choice directly affects meaning or layout.
About Braille
The Braille Patterns block encodes all 256 possible combinations of a 2-by-4 dot matrix, providing the complete foundation for representing any Braille system worldwide. Rather than encoding the meaning of each pattern (which varies between languages and Braille grades), Unicode encodes the physical dot configurations, making the block universally applicable across the dozens of national Braille codes in use today.
Louis Braille, blinded in a childhood accident, developed his tactile reading system in 1824 at the age of fifteen while a student at the Royal Institute for Blind Youth in Paris. He adapted a military night-writing system created by Charles Barbier, simplifying it from a 12-dot matrix to 6 dots that could be perceived with a single fingertip touch. The system faced institutional resistance for decades — sighted educators preferred embossed Latin letters — but Braille's practicality ultimately prevailed. The extension to 8 dots (adding a bottom row) came with computer Braille, enabling 256 distinct patterns for technical and computing applications. Unicode 3.0 encoded the complete 8-dot set in 2000.
Common Uses
- •Assistive technology and screen reader Braille displays
- •Tactile signage transcription and verification
- •Braille literacy education materials
- •Data visualization using Braille dot patterns as pseudo-pixels
- •Encoding and transmitting Braille text digitally
Technical Notes: The 256 Braille patterns (U+2800–U+28FF) are arranged so that each code point's offset directly maps to its dot configuration through bitwise correspondence: bit 0 controls dot 1, bit 1 controls dot 2, and so on through bit 7 for dot 8. This elegant mapping makes programmatic generation of Braille patterns trivial. An unexpected secondary use has emerged: because Braille patterns form a 2×4 dot matrix and the blank pattern (U+2800) renders as a non-breaking space in most fonts, developers use them as building blocks for ultra-compact text-based graphics in terminal applications.
Cultural Context: Braille remains essential for blind literacy despite the rise of audio technology. Research consistently shows that Braille readers achieve higher literacy rates, better spelling, and stronger employment outcomes than those relying solely on audio. The Braille dot patterns have also become a symbol of accessibility itself — the distinctive raised dots are recognized worldwide as indicating accommodations for the blind. The Unicode encoding has been particularly valuable for Braille translation software, enabling automated conversion between print text and Braille across multiple languages.