String ToolsNew
Reverse String
String ToolsNew
Reverse text character by character with full Unicode awareness.
Reverse a string character by character with full Unicode awareness, so emoji, accented characters, and CJK glyphs survive the operation in one piece.
For glyph-flipped text rather than plain reversal, use the Upside Down Text tool.
Are emoji handled correctly?
Yes — the tool iterates by Unicode codepoints, not UTF-16 code units.
Does it preserve line breaks?
Yes. Newlines are kept in their reversed positions.