Sổ Tay AI
🔤

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
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.

Related

Related tools

See all tools →