Remove Accents
Strip every accent and diacritical mark from your text. Café becomes cafe, niño becomes nino, résumé becomes resume.
More options
How to use Remove Accents
- Paste your text into the input box.
- Optionally tick 'Convert to lowercase' for a slug-friendly result.
- Click Remove Accents.
- Copy the stripped text or save it to a file.
What is Remove Accents?
This tool decomposes each character into its base form plus combining marks using Unicode NFKD normalization, then removes the marks. The result keeps the underlying letters in their original case but strips accents, umlauts, tildes, cedillas, and other diacritics. It is useful for generating URL slugs, normalizing search keys, and matching names across systems with different keyboard layouts.
FAQ
- Does it handle non-Latin scripts?
- It removes any combining mark Unicode classifies as such, which covers most diacritics across Latin, Greek, Cyrillic, and other scripts that use them.
- Will ligatures like æ be split?
- No. Ligatures and characters without combining marks are left as-is. Only true diacritics get stripped.
Related tools
People also use
- Disemvowel🔄 Transformation
Disemvowel — Drop every vowel from your text. Useful for compression sketches, puzzles, censoring, and quick obfuscation.
- Text Stats📊 Counting & Analysis
Text Stats — Deep-dive into your writing metrics. Calculate readability scores, average word/sentence lengths, reading and speaking times, and clean cha...
- Text to Speech🔄 Transformation
Text to Speech — Type or paste text and have it read aloud using your browser's built-in speech synthesis. Choose from available voices and adjust rate ...