TopDev
🔤

Remove Vietnamese diacritics

Strip Vietnamese diacritics from text — for URL slugs, filenames, usernames, code identifiers. Keeps case, optional đ → d. Runs 100% in your browser.

All tools Browser-only
0 chars

When to strip diacritics

How it works

This tool uses String.prototype.normalize('NFD') to split characters into a base + combining mark, then removes the marks. The optional đ → d conversion is handled separately because đ is a base character, not a combination.

Who this is for

Content writers, editors, SEO specialists, devs handling text/markdown — URL slugs, char counts, regex testing, SQL formatting.

FAQ

Does this support Vietnamese diacritics?

Yes. All text tools fully support Vietnamese Unicode, including modern diacritic rules.

Is my pasted text saved?

No. Text only exists in the current tab. Refresh or close = gone. TopDev stores nothing.

Related tools

See all tools →