An upside down text generator turns ordinary writing into characters that look
like they have been rotated 180 degrees, so your message appears flipped on its
head. Type hello and you get something that reads upside down when you glance at it —
perfect for standing out in a social bio, a username, a caption, a chat message or a
playful comment. Everything here is plain Unicode text, not an image, which is why
you can copy it and paste it almost anywhere.
How it works
Flipping text is a two-step trick. First, each character is swapped for a Unicode
glyph that looks like the original turned 180 degrees. Lowercase a maps to a
turned a, e to a rotated e, ? to an inverted question mark, and brackets are
mirrored so an opening bracket becomes a closing one. Letters that already look the
same upside down — such as o, s, x and z — are kept unchanged on purpose.
Second, to create the genuine flipped effect the whole string is reversed in order. When you physically rotate a page, the first letter ends up on the far right, so the tool moves it there too. The combination of rotated glyphs plus reversed order is what makes the result read convincingly upside down rather than just scrambled.
This page gives you several variants at once. The classic flipped style does the full rotate-and-reverse. Mirror letters rotates each character but keeps normal reading order, which some apps display more reliably. Per-line flip flips each line on its own so multi-line text keeps its breaks. There are also strikethrough and underline combinations that add a combining mark over the flipped letters for a bolder look. Each variant has its own copy button, and a separate Decode box reads flipped text back to normal because the mapping is reversible for supported characters.
Example
Typing Hello World 123 into the classic flipped variant produces a string that, read
left to right, looks like the original sentence turned completely upside down — the
H and W appear near the end, and the digits read as rotated numerals. Paste that
flipped string back into the Decode box and you get Hello World 123 again,
demonstrating that letters, numbers and common punctuation round-trip cleanly.
| What you type | What you get (described) |
|---|---|
hello | letters rotated and reversed so they read upside down |
Why? | starts with an inverted question mark, then flipped letters |
(test) | brackets swap sides and the word flips between them |
Every conversion runs in your browser — nothing you type is uploaded or stored.