Mirror Text Generator
Fast, accurate and free online mirror text generator tool running directly in your browser.
-
1Enter data
Enter content, paste text or load a file from disk. -
2Click the button
The tool will immediately process your data in the browser. -
3Get the result
Copy the finished text or save the file to your device.
return "Result ready in 0.1s";
}
Rate this tool:
Related tools
Other tools you may find usefulMirror text generator – mirror and flip online
Mirror text is text that looks like a reflection in a mirror. It can be read by holding the text to a mirror or through a card. The tool generates horizontal and vertical mirroring and 180° rotation using Unicode characters or reverse order.
Mirror text techniques
Mirror horizontal: reverse the order of characters + replace letters with mirror (e.g. d↔b, p↔q). Unicode mirror chars: ∂←d, q←p. Vertical (flip): replace the letters with "flipped" (ǝ←e, n←u). 180° rotation: upside-down + mirror. Reversal of the order: "hello" → "olleh". Combination: reverse + change letters to mirror.
Unicode mirror characters
The Unicode standard includes pairs of mirror brackets and some letters. Mathematical: ∋↔∈, ⊣↔⊢. Arrows: ←↔→, ↙↔↘. Rotated letters: ɐ(a), q(b reversed p), ɔ(c), ɓ(d-flip), ǝ(e), ɟ(f), ƃ(g), ɥ(h), ᴉ(i), ɾ(j), ʞ(k), l(l), ɯ(m), u(n), o(o), d(p), b(q), ɹ(r), s(s), ʇ(t), n(u), ʌ(v), ʍ(w), x(x), ʎ(y), z(z).
Uses of mirror text
Fun and social media: interesting effect on Instagram, X (Twitter). Tattoo: the inscription "read in the mirror". Typographic design: logos, posters. Puzzles and riddles: coded messages. Leonardo da Vinci: wrote from right to left (mirror writing). Dyslexia: Some people with dyslexia mirror writing involuntarily. Learning: calligraphy exercises.
Ambigram - reads in both directions
Ambigram: a word looks the same when rotated. Types: rotational (180°), mirror, symmetrical. Famous: "NOON" looks the same when rotated. Creation: requires careful selection of letters and font. Tools: FlipScript.com, MyAmbigrams.com. Applications: logos, tattoos. Dan Brown used ambigrams in "Angels and Demons".
FAQ
How to read mirror text?
Method 1: Reflect in the mirror (hold a piece of paper, look in the mirror). Method 2: X-ray the paper from the back. Method 3: On the phone: selfie camera (inverts the image). Method 4: Paste into online tool → reverse. Method 5: Read from right to left (if only reverse order, without changing letters). Mirror Arabic/Hebrew text: these alphabets are written naturally from the right.
How to generate mirror text in CSS?
CSS transform: scaleX(-1) (horizontal mirror). scaleY(-1) (vertical mirror). scale(-1) or rotate(180deg) (rotate 180°). Example: .mirror { transform: scaleX(-1); display: inline-block; }. Canvas: ctx.scale(-1,1); ctx.translate(-width,0); ctx.fillText(). SVG:
Is mirror writing more difficult to learn?
Yes, it requires new motor connections. However: children with dyslexia often spontaneously mirror write (not a reading problem, just motor learning). Training: write with your left hand (for right-handed people) - it often comes out naturally. Da Vinci wrote mirror-like with his left hand - probably for convenience (the ink did not smear under his hand).
What is chiasm in rhetoric?
Chiasm: a figure of speech of the cross-reflection of sentence structure. "Ask not what the country can do for you, but what you can do for the country" (Kennedy). Structure: A-B-B-A. Mirror image of a sentence. Examples in literature, politics, the Bible. Relation to mirror text: both are a form of symmetry/reflection.
How to paint a mirror lettering in Photoshop?
Enter text. Ctrl+J (duplicate layer). Edit → Transform → Flip Horizontal (or Vertical).