UTILS.
100% in-browser
NFC

Unicode Normalizer

Normalize Unicode text using the NFC, NFD, NFKC or NFKD forms.

— output appears here —

About this tool

Apply Unicode normalization forms to text and compare the code-point count before and after, all in your browser.

Frequently asked questions

What is the difference between NFC and NFD?
NFC composes characters into single code points where possible, while NFD decomposes them into base letters plus combining marks.
What do the K forms do?
NFKC and NFKD apply compatibility mapping, turning characters like the ligature fi or ① into their plain equivalents.

More tools