Ligatures not split
Characters like 'æ' are not combining marks.
Fix: Use a dedicated transliteration library if you need 'æ' → 'ae'.
header • up to 320x100 / 728x90
Strip accents, tildes, umlauts, and other diacritics from Unicode text
Output will appear here...
content bottom • up to 300x250
sidebar • 160x600
Last reviewed:
Remove Accents normalises text to Unicode NFD form and strips every combining diacritical mark in the range U+0300–U+036F. The result is a pure ASCII-compatible transliteration that keeps the original letters (é → e, ñ → n, ö → o).
It is useful for generating URL slugs, search-safe keys, CSV exports, and legacy-system imports that cannot handle extended Unicode characters.
Crème brûlée, niño, São Paulo
Creme brulee, nino, Sao Paulo
Characters like 'æ' are not combining marks.
Fix: Use a dedicated transliteration library if you need 'æ' → 'ae'.
Cyrillic, Greek, or Arabic letters pass through.
Fix: Use transliteration tools such as ICU for cross-script conversion.
All combining marks in U+0300–U+036F — accents, grave, acute, tilde, umlaut, cedilla, macron, and more.
Emoji are not affected because they aren't combining marks.
No — only diacritics are stripped. Pair with the case converter if you need lowercase output.
No. Once stripped, the original accent is lost.
No — normalisation runs entirely in your browser.
Pair Remove Accents with slug, case, and URL helpers to finish off the transformation. You can also browse the full String Utilities category for more options.
Convert text to URL-friendly slug
Convert text between different cases (camel, snake, kebab, etc.)
Encode or decode URL strings
Remove HTML tags, scripts, and comments — returning clean plain text
Remove punctuation marks from text
Remove all whitespace from text
Remove duplicate lines from text
Remove empty lines from text
Convert text to cursive/unicode style
Flip text upside down
Convert binary to readable text
Count characters in text