🔍

What this calculator does

This generator creates a ‘mirror’ version of short text: the character order is reversed, and where a Unicode look-alike character exists that reads as a horizontal flip of the original letter, it’s swapped in for a more convincing mirrored effect.

How the calculation works

The selected characters are reversed end-to-end, then each character is looked up in a small mirror-character table. Letters with no good flipped Unicode equivalent (like A, H, I, M, O, T, U, V, W, X, and most digits) are kept as-is, since they already look roughly symmetric or have no reliable substitute.

This is a fun text-styling tool using standard Unicode characters; because font support for these look-alike glyphs varies, the mirrored effect may render differently across devices and fonts.

Last reviewed August 2026