Practical guide
How to use the text reverser
The text reverser changes the order of characters in submitted text. It is useful for simple demonstrations, puzzles and test data, while complex Unicode sequences may not behave like human-perceived characters.
Good reasons to use it
- Create reversible sample text for a demonstration.
- Test how an interface handles unusual character order.
- Generate a simple puzzle or mirrored character sequence.
A reliable workflow
- Paste non-sensitive text.
- Generate the reversed sequence.
- Check emoji, accents and right-to-left scripts manually.
How to interpret the result
Unicode can combine several code points into one displayed character. A basic reversal may separate accents, emoji modifiers or grapheme clusters even when ordinary Latin text appears correct.
Frequently asked questions
Why did an emoji break apart?
Some emoji and accented characters are composed of multiple Unicode code points that should be treated as one grapheme.
Can reversed text hide information?
No. It is immediately reversible and should never be used to protect sensitive content.