Реверс строки
Переворачивайте строки символ за символом — для головоломок, Unicode-проверок, экспериментов с парсерами и отладки порядка.
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.