Braille Alphabet List (A–Z)

Grab the complete Grade 1 Braille alphabet as Unicode Braille pattern characters, ready to copy in text, JSON, or HTML format. Ideal for accessibility tools, educational resources, and developer reference.

Braille alphabet (A–Z)(26 letters)

Ordered A through Z using standard Grade 1 (uncontracted) English Braille dot patterns; numbers and punctuation are excluded as they require separate indicator cells.

How to use this list

Copy Braille characters in seconds

Takes ~5 seconds
  1. 1
    Choose a format

    Pick text for human-readable labels, JSON for a clean array of Braille Unicode values, or HTML for dropdown option tags.

  2. 2
    Copy or download

    Click the copy button to grab the data to your clipboard, or download it as a file for offline use.

  3. 3
    Paste into your project

    Drop the output into an accessibility tool, educational handout, code file, or UI component.

Need Braille values in code? Use the JSON format to get a clean array of Unicode Braille characters.

Who uses this list?

  • Accessibility developers building Braille-aware tools or screen reader tests
  • Educators creating Braille literacy materials and worksheets
  • Designers and content creators adding Braille representations to visual or print projects

Examples

Text output with letter label and Braille character.

Input
A - ⠁
Output
A - ⠁

JSON output with bare Braille Unicode values.

Input
"⠁"
Output
["⠁", "⠃", "⠉", ...]

HTML output for a dropdown menu.

Input
A - ⠁
Output
<option value="⠁">A - ⠁</option>

About the Braille Alphabet list

This list provides the 26 letters of the standard Grade 1 English Braille alphabet as Unicode Braille pattern characters, ready to copy and use without any reformatting.

Looking for a reliable Braille alphabet list with Unicode characters you can copy directly into your project? This page provides all 26 letters of the Grade 1 (uncontracted) English Braille alphabet, each mapped to its correct Unicode Braille pattern code point in the U+2800–U+28FF block. The text format gives you human-readable labels pairing each letter with its Braille character, making it easy to use in documentation, handouts, or visual references. The JSON format outputs a clean array of bare Braille Unicode values, ideal for developers building accessibility tools, Braille translators, or educational apps. The HTML format generates ready-to-paste option tags for dropdown menus. Grade 1 Braille is the foundational system used to teach Braille literacy and serves as the basis for all contracted and extended Braille systems. Each cell encodes a letter through a unique pattern of raised dots arranged in a 2×3 grid, and the Unicode Braille block faithfully represents these patterns digitally. This list is intentionally scoped to letters A through Z — numbers use a separate numeric indicator convention and are excluded to keep the reference clean and accurate. Use it as a seed dataset for Braille learning apps, an accessibility QA reference, or a quick lookup when authoring content that includes Braille representations.

Unicode Braille patterns

Each letter maps to its official Unicode Braille block character (U+2800–U+28FF).

  • Accurate dot-cell encoding
  • Copy-pasteable Unicode
  • Compatible with screen readers
Three copy-ready formats

Switch between text, JSON, and HTML with one click to fit any workflow.

  • Plain text labels
  • JSON array of Braille characters
  • HTML <option> tags
Grade 1 standard

Based on uncontracted English Braille, the foundation for literacy and accessibility work.

  • Letters A through Z
  • No contractions or shorthand
  • Recognized international standard

Braille list best practices

Keep Braille Unicode values paired with their Latin equivalents to reduce ambiguity in mixed-audience contexts.

  • Always label Braille Unicode characters with their corresponding letter so sighted readers can follow along.
  • Specify Grade 1 (uncontracted) in documentation to distinguish from Grade 2 contracted Braille systems.
  • Test Braille Unicode rendering in your target environment, as font support varies across platforms.

Frequently asked questions

Are numbers included in this Braille list?>
No. Numbers in Braille require a numeric indicator cell before the character, which changes their meaning and encoding. This list covers only the 26 letters A through Z in Grade 1 Braille.
What is the difference between Grade 1 and Grade 2 Braille?>
Grade 1 (uncontracted) Braille maps each letter to a single cell with no abbreviations. Grade 2 adds contracted forms and shorthand for common words and letter groups. This list uses Grade 1 only.
Will these Unicode Braille characters display correctly in my app or font?>
Most modern operating systems and fonts support the Unicode Braille Patterns block (U+2800–U+28FF), but rendering quality varies. Test in your target environment and consider a Braille-optimized font for best results.

Related Communication lists