Skip to content
JS
JavaScript error

RangeError

The JavaScript exception "form must be one of 'NFC', 'NFD', 'NFKC', or 'NFKD'" occurs when an unrecognized string is passed to the String.prototype.normalize() method.

Reference entryJavaScriptFetched
RangeError: The normalization form should be one of NFC, NFD, NFKC, NFKD. (V8-based)
As listed by MDN Web Docs
RangeError: form must be one of 'NFC', 'NFD', 'NFKC', or 'NFKD' (Firefox)
As listed by MDN Web Docs
RangeError: argument does not match any normalization form (Safari)
As listed by MDN Web Docs
Category
RangeError
Severity
error
Runtime
both
or press Cmd/Ctrl + Enter. The text is only sent to this site to match it.
Source: MDN Web Docs. Data fetched 2026-09-25T01:48:37.273Z.