Upside Down Text Generator

Turn your text on its head. Reads correctly if you rotate the screen — or the phone — a hundred and eighty degrees.

0 chars
Upside down
Backwards (mirror order)

What this upside down text generator does

The first row flips your text properly: the characters are rotated and their order is reversed, so the sentence still starts where your eye expects it to when the whole thing is turned over. The second row only reverses the order, leaving the letters upright, which is what most people mean by backwards text.

How it actually works

Nothing is rotated. Software cannot spin a character inside a line of text — there is no such operation in plain text at all. What happens instead is a hunt for impostors.

For each letter, the tool looks up an unrelated character that happens to resemble that letter turned over. Lowercase a is replaced with ɐ, a phonetic symbol for a vowel sound. Lowercase e becomes ǝ, another phonetics character. The capital letters are scavenged from further afield: the upside-down A is a mathematical "for all" sign, the upside-down P is a Cyrillic letter, and the upside-down B comes from Deseret, a nineteenth-century phonetic alphabet devised in Utah. Several digits are borrowed from Bopomofo, a Chinese phonetic script.

Then the whole string is reversed, because rotating a line of text end over end puts the last character first. This tool reverses line order too, so a multi-line block still reads in the right sequence once flipped.

Because the substitutes are impersonations rather than true rotations, a few are noticeably imperfect — B, Q, 4 and 7 are the usual culprits — and a few come from scripts that not every device has a font for.

Where people use it

  • Comment threads and group chats, as the setup for a joke that makes the reader tilt their phone.
  • Reddit and forum replies, where flipped text is a long-running convention for mock confusion or the table-flip gesture.
  • Game usernames and clan tags, where a flipped name is unusual enough to be memorable in a scoreboard.
  • Puzzle and riddle posts, to hide an answer in plain sight without a spoiler tag.
  • Bio last lines, as a small visual joke under otherwise normal text.

Questions about upside down text

Why do a few letters look wrong when flipped?

Because they are approximations. Unicode contains no rotated Latin alphabet, so every flipped letter is a different character borrowed from somewhere else for its resemblance. Some matches are excellent — n and u are genuinely each other upside down — while B, Q, 4 and 7 have no good counterpart anywhere and use the nearest available shape.

Why is my text backwards as well as upside down?

That is intentional and it is what makes the trick work. When you physically rotate a line of text, the character that was last ends up on the left. Reversing the order compensates, so the flipped text reads correctly when the screen is turned over. If you want the letters upright but the order reversed, use the second row.

Will upside down text show up correctly on every device?

Mostly, but this style has more risk than the others on this site because it draws on obscure scripts. The characters borrowed from Deseret and Bopomofo are missing from some older Android font sets and from a few desktop applications, where they appear as empty boxes while the rest of the sentence flips fine.

Can people still search for flipped text?

No. Every character is a different character as far as any search index is concerned, so a flipped word will not match the plain spelling in a site search, a browser find, or a search engine. This is a decorative effect only.

Can I flip a whole paragraph?

Yes. Line order is reversed along with the characters, so a multi-line block still reads in the correct sequence once the whole thing is turned over. Very long paragraphs get hard to follow quickly, so it works best on a line or two.


Related generators