Skip to main content
Unicode & Character Inspection Browser-Only

Unicode Normalizer

Normalize text using official Unicode normalization forms: NFC, NFD, NFKC, and NFKD.

0 chars
Normalization Form
0 chars

Example Input

Accent Forms e\u0301 vs \u00E9 (decomposed vs precomposed)

Technical Notes & Standards

NFC recomposes base characters and diacritical marks into precomposed characters. NFKC/NFKD decompose compatibility characters (e.g. ligatures or fullwidth characters) into standard ASCII equivalents.

Data Privacy & Security Guarantee

This utility runs entirely in your web browser via client-side JavaScript. Your input text is processed locally in memory and is never uploaded, logged, or transmitted to any server.