Monu Tools

文本反转与翻转

按字符、单词或行反转文本,或将其上下翻转。

如何使用 文本反转

  1. 01

    输入或粘贴你的文本。

  2. 02

    选择反转字符、单词或行,或将其上下翻转。

  3. 03

    复制结果。

What it does

This is a text reverser with several modes: reverse the characters, reverse the order of words, reverse the order of lines, or flip the text upside down using substitute glyphs.

There is no length limit, and everything runs in your browser, so your text stays on your device.

Character reversal and flipping

Character reversal turns hello into olleh. It is Unicode-aware, working on full code points, so emoji and accented characters are not broken apart the way a naive reversal can split them.

Flip upside down maps each letter to a similar-looking upside-down character and reverses the order, so the text reads as if rotated 180 degrees. It is popular for playful usernames, bios and social posts.

Word versus line reversal

Word and line reversal are different operations. Word reversal flips the order of the words within each line, while line reversal flips the order of the lines themselves, leaving each line's text intact.

When it is useful

Beyond fun, reversing text is handy for puzzles and word games, for testing how software handles right-to-left or unusual input, and for quickly checking palindromes.

常见问题

上下翻转有什么作用?

它将每个字母映射为外形相似的倒置字符并反转顺序,使文本读起来像旋转了 180 度。适合有趣的用户名和社交帖子。

字符反转处理表情符号吗?

处理。反转作用于完整的 Unicode 码点,因此表情符号和带重音的字符不会被拆开。

单词反转和行反转有何区别?

单词反转翻转每行内单词的顺序;行反转翻转行本身的顺序。

嵌入此工具

将此工具添加到你自己的网站。复制下方代码片段即可,它会自动保持最新。

<iframe src="https://monu.tools/embed/zh/text-reverser" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>

相关工具