TEXT TOOL

Palindrome Checker

Check whether a word, phrase, or number reads the same forwards and backwards.

Result

Cleaned text compared

About this tool

Check whether any word, phrase, or sentence reads the same forwards and backwards. By default, spaces, punctuation, and letter case are ignored — the classic way palindromes like "A man, a plan, a canal, Panama" are checked — but you can toggle strict character-for-character comparison too.

Frequently asked questions

Why ignore spaces and punctuation by default?
Most well-known word/phrase palindromes only work when you ignore spacing and punctuation — checking the raw characters would make almost none of them register as palindromes.
Does this handle numbers?
Yes — numeric palindromes like "12321" are checked the same way as text, character by character.
Is this Unicode-safe for accented letters or emoji?
Yes — comparison is done by Unicode code point, so multi-byte characters like accented letters or emoji are compared correctly rather than being split incorrectly.