Text & writing
Reversed, Mirrored, and Upside-Down Text
Reversed text, mirrored text, upside-down text, and reversed line order are four different effects that are easy to confuse. Each changes something different — the order of characters, the shape of the letters, or the order of lines. This guide explains the differences.
Ready to try the tool this guide describes?
Four effects compared
| Effect | What changes | Example of “Hello” |
|---|---|---|
| Reversed text | The order of the characters | olleH |
| Reverse line order | The order of the lines; each line reads normally | Line 3, Line 2, Line 1 |
| Mirrored text | The shape of each letter is flipped horizontally | Letters appear as in a mirror |
| Upside-down text | Letters are replaced with lookalike upside-down characters | Text appears rotated 180° |
Reversed text vs. reverse line order
Reversing text flips every character, including line breaks, so each line reads backwards and the lines end up in the opposite order. Reversing line order keeps every line readable and only changes which line comes first — useful for flipping a list or a log.
Mirrored text
True mirror writing flips the letter shapes themselves, as in Leonardo da Vinci’s famous notebooks. On screen, this is done with styling, such as a CSS transform that scales text horizontally by −1; the underlying characters do not change. Plain text cannot mirror letters, because there are no standard mirrored versions of most letters.
Upside-down text
Upside-down text generators swap letters for different characters that happen to look like rotated letters, often borrowed from other alphabets or phonetic symbols. The result is not really the original letters, so it cannot be searched or read reliably by software, and assistive technology treats the characters as the unrelated characters they are.
Reversed, Mirrored, Upside-Down Text FAQ
- What is the difference between reversed and mirrored text?
- Reversed text changes the order of the characters; mirrored text flips the shape of each letter.
- What is reverse line order?
- Putting the lines of a text in the opposite order while keeping each line readable.
- Can plain text be mirrored?
- Not in general. Mirroring letter shapes needs styling such as a CSS transform or an image.
- How is upside-down text made?
- By replacing letters with other characters that look like rotated letters, which is why the result is not searchable as the original words.
- Does reversing text also reverse the lines?
- Yes, because line breaks are characters. To flip only the lines, a reverse-line-order tool is needed.
Related guides
- Why Reversing Text Breaks EmojiWhy naive text reversal breaks emoji, flags, and accented letters, how grapheme clusters fix it, and how to test a text reverser.
- Palindromes ExplainedWhat palindromes are, why phrase palindromes ignore spaces and punctuation, how to check one step by step, and related word reversals.
