A mirror text generator turns ordinary words into their reflected form: it can reverse the character order to make plain backwards text, swap each letter for a Unicode look-alike that resembles its left-right reflection to make true mirror writing, or rotate the whole string a half-turn for an upside-down flip. Type once and every style renders live, each with its own copy button, so you can grab exactly the effect you want and paste it into a bio, caption, username or chat message.
How it works
The tool offers four variants from a single input. Backwards text reverses each line character by character while keeping the normal letters, so it reads right-to-left. Mirror glyphs is the headline effect: each letter is replaced with a carefully chosen Unicode character that looks like its mirror image, and the order is reversed, so the word resembles what you would see reflected in glass. A second mirror variant keeps the original left-to-right order if you only want the swapped glyphs. Finally, the mirror plus flip variant rotates everything 180 degrees using upside-down look-alikes.
The glyph table is built from matching pairs. Because the letters b and d, p and q, and the bracket characters are genuine mirrors of one another, the map registers them as a pair and the transform becomes reversible for those characters: apply it twice and you are back where you started. Symmetrical letters such as a, o and x map to themselves, and any character without a believable mirror twin is passed straight through unchanged so nothing is silently corrupted. Two options let you turn off the order reversal — useful when you only want mirrored letters in reading order — and keep or drop uppercase. Every change re-renders all four variants instantly, and because the work is plain string mapping, the entire process stays in your browser with no network call at all.
Example
Type Mirror Tools and the tool produces several ready-to-copy results at once. The backwards
variant gives you slooT rorriM, reading the same letters right-to-left. The mirror-glyph variant
swaps each letter for its reflected look-alike and reverses the order, so the phrase resembles its
own reflection. The 180-degree flip rotates the whole thing a half-turn for an upside-down reading.
| Variant | What it does | Reversible |
|---|---|---|
| Backwards text | Reverses character order, keeps normal letters | Yes |
| Mirror glyphs | Reflected look-alike letters, reversed order | For paired letters |
| Mirror glyphs (keep order) | Reflected letters, original order | For paired letters |
| Mirror plus flip | Upside-down look-alikes, reversed order | For paired letters |
Every figure of text is generated locally in your browser — nothing you type is uploaded or stored.