Remove Accents / Diacritics

Remove accents for slugs, search indexes, and ASCII-only systems.

Strip accents from text instantly. Free diacritics remover via Unicode NFD — café → cafe.

Calculator Inputs

About Strip Accents

Remove accents for slugs, search indexes, and ASCII-only systems.

Uses Unicode NFD to split é into e + ´ then strips combining marks. Preserves base letters.

Where it is used

Generating slugs, normalizing search, cleaning legacy data.

How to use the Strip Accents

  1. Text — enter the value (e.g. café naïve façade).
  2. Calculate — press the Calculate button to see the result instantly above.

Formula

NFD decompose + strip \u0300-\u036f.

Examples

Example

inputText:café naïve
Result: cafe naive (2 marks)

Frequently Asked Questions

Does it handle ñ?
Yes → n.