How to use this tool
- Enter text, normalization form.
- Select Update result to view the result.
- Check the method and assumptions below before using the result.
The method, explained
Apply the selected Unicode normalization form to the complete input. Report code-point counts before and after without removing accents or changing letter case.
Using text = Café, normalization form = NFC, the result is Café. Change these example inputs to match your task; use the method above to check each step.
Understanding your result
No. Canonical forms compose or decompose equivalent sequences. A decomposed accent remains in the text; compatibility forms additionally fold some presentation variants.
What to keep in mind
Compatibility forms can change meaningful presentation distinctions. Normalization does not detect spoofing or make an identifier secure.
Common questions
Will this remove accents?
No. Canonical forms compose or decompose equivalent sequences. A decomposed accent remains in the text; compatibility forms additionally fold some presentation variants.
Does my text leave my device?
Processing runs locally in this browser. Your pasted text is not uploaded to an API or stored in a ClarityKit account.
Methodology maintained by ClarityKit. How these tools are built and checked.