Upside down text generator
This tool flips your text upside down using Unicode look-alike characters, producing text that reads correctly when rotated 180 degrees. Type anything and copy the result into a bio, caption, or message — it is plain text, so it works anywhere Unicode does.
How it works
There is no image or true rotation involved. Instead the tool does two things:
- Each character is mapped to a Unicode glyph that resembles its upside-down form. For example
amaps toɐ,emaps toǝ, and?maps to¿. - The entire string is reversed, because when you physically turn text over, the last character lands on the left.
Together these steps make the output read naturally when your screen — or your head — is upside down. Characters without a defined flip, including spaces, are passed through unchanged.
Example and notes
Hello World! flips to a string that, read upside down, spells the original. Because the result is pure Unicode text, it pastes into Instagram bios, X posts, Discord, and most messaging apps.
A handful of the flipped characters come from less common Unicode blocks, so on rare older fonts one might render as a fallback box. The vast majority of letters, digits, and punctuation display correctly across modern platforms.