Docomint

Text umkehren

Kehrt Text nach Zeichen, Wortreihenfolge oder Zeilenreihenfolge um.

🔒 Processed on your device

What is a Text umkehren?

Reverses text three different ways: flip every character (a mirror effect), reverse the order of words in a sentence, or reverse the order of lines in a list — pick whichever matches what you're actually trying to do.

How to use the Text umkehren

  1. Type or paste your text
  2. Choose character, word, or line reversal
  3. The result appears instantly, on your device

Example

"Hello World" reverses by character to "dlroW olleH", or by word order to "World Hello" — pick whichever matches what you're trying to do.

Frequently asked questions

What is reversed text used for?

Common uses include mirror-text effects, sanity-checking a palindrome by eye, or novelty messages. Character mode correctly handles emoji and accented letters as whole units instead of breaking them apart.

Is my text uploaded anywhere?

No — Text umkehren runs entirely in your browser using JavaScript/WebAssembly. Your text is never sent to a server.

Does character reversal handle emoji and accented letters correctly, or does it break them?

Yes — reversal works on whole Unicode characters, not raw code units, so an emoji or accented letter reverses as one intact character instead of getting corrupted into broken pieces.

Related tools