- What's ignored when checking?
- Whitespace, punctuation, and case by default. 'A man, a plan, a canal: Panama' is a palindrome. Toggle strict mode for exact character-by-character matching.
- Does it handle unicode?
- Yes — accents and non-Latin scripts work. The tool normalizes (NFC) before comparing.
- What about numeric palindromes?
- Works on digits. 12321 is a palindrome; 12345 isn't. Useful for math puzzles and numerology.
- Any famous palindromes?
- 'Never odd or even', 'Madam I'm Adam', 'A Toyota' are classics. The tool has a showcase if you want inspiration.