⠃ English Text to Grade 1 Braille Translator
Convert English letters, numbers, and punctuation marks into standard Grade 1 Unicode tactile Braille patterns with 1-click clipboard copy.
Reads back as: Order 24 boxes. — round trips cleanly, so a reader could decode it unambiguously.
Digits are written with the same cells as the letters a–j, so the number sign ⠼ is what makes them digits. One sign governs a whole run — “24” is three cells, not four — and any non-numeric character ends it. The capital sign ⠠ precedes each capital letter.
Grade 1, or uncontracted, Braille: one cell per letter. Grade 2 — what most published Braille actually uses — adds nearly 200 contractions, where single cells stand for whole words and common letter groups, and it is not implemented here. This produces readable Braille, not the compact form an experienced reader expects. Embossing also needs correct line lengths and page layout, which is a separate job from transcription.
What English Text to Grade 1 Braille Translator Does
Braille is a six-dot cell, two across and three down, giving 64 possible patterns. That is not enough for the alphabet plus digits plus punctuation plus capitals, so the system reuses cells and marks the reuse with indicators placed before them.
The consequence people miss is that digits and letters share cells. The digits 1 to 9 and 0 are written with exactly the same patterns as the letters a to j — what makes them digits is the number sign ⠼ in front. Omit it and "1" and "a" are the same character, which means the output cannot be read back. A translator that drops the number sign is not producing simplified Braille; it is producing ambiguous Braille.
Capitals work the same way. The capital sign ⠠ precedes a capital letter, and a translator that lowercases its input silently discards that information. Both indicators are required in Grade 1 English Braille, and both are emitted here.
The number sign governs a run rather than a character, so "24" is three cells — the sign, then the cells for 2 and 4 — and any non-numeric character terminates it. This page shows the round trip back to text for exactly that reason: text that survives the round trip is text a reader could actually decode.
How to Use English Text to Grade 1 Braille Translator
- Type or paste English text into the input field
- View real-time conversion into Unicode Braille tactile symbols
- Click Copy Braille to paste into documents or accessibility software
Formula Used by English Text to Grade 1 Braille Translator
The indicators, and what they govern
number sign ⠼ (dots 3-4-5-6) before a run of digits · capital sign ⠠ (dot 6) before one capital letter
- digits
- 1–9 and 0 reuse the cells for a–j; only the number sign distinguishes them
- scope
- the number sign runs until a non-numeric character; the capital sign covers one letter
- Grade 1
- uncontracted — one cell per letter, which is what this produces
Worked example
The text "Order 24 boxes."
- The capital O takes a capital sign: ⠠⠕
- "24" takes one number sign and two cells: ⠼⠃⠙
- The full stop has its own cell: ⠲
Result: ⠠⠕⠗⠙⠑⠗ ⠼⠃⠙ ⠃⠕⠭⠑⠎⠲ — which reads back as "Order 24 boxes." exactly.
The formatting indicators
Also called composition signs or register marks. They have no printed equivalent.
| Sign | Cell | Dots | Effect |
|---|---|---|---|
| Number sign | ⠼ | 3-4-5-6 | The following run of a–j cells is digits |
| Capital sign | ⠠ | 6 | The next letter is a capital |
| Letter sign | ⠰ | 5-6 | The following is a letter, not a contraction — Grade 2 |
| Emphasis sign | ⠨ | 4-6 | Italic or emphasized text |
Why the number sign is not optional
Without it these pairs are indistinguishable.
| Text | Without a number sign | With one |
|---|---|---|
| a1 | ⠁⠁ | ⠁⠼⠁ |
| aa | ⠁⠁ | ⠁⠁ |
| 1 | ⠁ | ⠼⠁ |
| 24 | ⠃⠙ | ⠼⠃⠙ |
How to Read Your Result
Grade 1 is not what most published Braille uses
Grade 2 adds nearly 200 contractions, where single cells stand for whole words and common letter groups — "the", "and", "-ing". It is substantially shorter and it is what an experienced reader expects. This tool produces Grade 1, which is readable and correct but longer than a book would be.
Unicode Braille is not embossed Braille
The characters here are the Unicode Braille Patterns block, which is a way of representing cells on screen. Producing physical Braille needs an embosser, correct line lengths for the page size, and layout conventions for headings and page numbers — a transcription job rather than a character mapping.
Round-tripping is the test that matters
If text converts to Braille and back to the same text, the Braille is unambiguous. If it does not, something has been lost that a reader could not recover. That is a stronger check than eyeballing the dots, and it is why this page shows the reverse conversion alongside the forward one.
UEB is the current standard
Unified English Braille was adopted across the English-speaking world between 2012 and 2016, replacing several competing codes. It changed some punctuation and technical symbols. The letters, digits and the two indicators used here are the same under UEB and the codes it replaced.
Limitations & Accuracy Notes
- Grade 1 (uncontracted) only. No Grade 2 contractions, which is what most published Braille uses.
- A subset of punctuation. Quotation marks in particular differ between opening and closing forms in UEB, and are simplified here.
- No Nemeth or UEB technical notation for mathematics, which has its own rules entirely.
- English only. Other languages assign the cells differently, and many use accented forms with no equivalent here.
- Screen representation, not embossing. Line length, page layout and formatting are outside this.
Frequently Asked Questions
What is Grade 1 Braille?
Can Unicode Braille be copied into documents?
How does the Braille cell work?
What is the difference between Grade 1 and Grade 2 Braille?
How are numbers written?
Does this produce embossable Braille?
Is Braille the same in every language?
Is my text stored?
References & Further Reading
- Wikipedia — English Braille — The formatting indicators and the rule that a–j are read as digits after a number sign
- Unicode — Braille Patterns — The code chart for the characters this outputs