Tested tool guide
Text and writing tools
Checked August 16, 2026
What Reverse Text Generator does, with a checked example
Paste a sentence and get it back backwards - letter for letter, word for word, or rotated 180 degrees into turned Unicode that reads correctly when you flip the device. The interface is a paste box and a mode choice. The surprise is the upside-down mode: a line rotated 180 degrees must be read right to left, so the output is a mirror image of the input, not just substituted glyphs. The other two modes are purely mechanical, and reversing any mode a second time returns the original text.
Worked example
A concrete input and expected output from the current implementation.
In character mode every character is emitted in reverse order, so the eight letters of 'desserts' come back as 'stressed'. The two words are exact mirror images of each other - in word mode the same input would come back unchanged, because a single word has no word order to reverse.