Remove accents

Client

Strip diacritics for slugs and legacy ASCII workflows. Follow with String case if you need casing rules next.

About Remove accents

Strip diacritics with Unicode NFD—ASCII-friendly slugs and legacy normalization in the browser. The interactive transform on this page runs in your browser tab—Toolcore does not need your paste for the core operation described above.

How to use this page

Paste or type in the main workspace, run the primary action from the toolbar, then copy or download the result. Use Load example when the page offers it, or URL prefill (?q= / ?qb=) so agents and tickets open the same input.

Input

?

Uses Unicode NFD and strips combining marks—best for Latin letters. Characters without a decomposed form (e.g. some ligatures) may stay unchanged.

Output

Nearby workflows on Toolcore

  • NATO phonetic alphabetSpell text as ICAO Alfa/Bravo words or decode phonetic lines to letters—radio and call-sign clarity, local only. for the next text or markup step in your edit loop.
  • Unicode normalizationApply NFC, NFD, NFKC, or NFKD normalization to text—code point counts and copy output, browser-only. for the next text or markup step in your edit loop.
  • String case convertercamelCase, snake_case, kebab-case, PascalCase, CONST_CASE from one paste—client-side. for the next text or markup step in your edit loop.
  • URL slug generatorHeadlines to SEO-friendly path segments: hyphens, diacritics, ASCII or Unicode, optional max length—local only. for the next text or markup step in your edit loop.

Common use cases

  • Build ASCII-friendly filenames or URL slugs from accented titles.
  • Normalize user input before case or diff tools.
  • Quickly strip diacritics for legacy systems that lack Unicode support.

Common mistakes to avoid

  • Expecting perfect transliteration

    This removes combining marks after NFD—it does not map ß→ss or æ→ae.

  • Using on all scripts

    Best for Latin letters; some characters may remain unchanged.

FAQ

How does it work?

Text is normalized to NFD and Unicode combining marks (category M) are removed—entirely in your tab.

Is data sent to a server?

No. Paste or type locally; copy the result when done.

Related utilities you can open in another tab—mostly client-side.