[][src]Module unic_char_basics::noncharacter

Unicode Noncharacters

Unicode Noncharacters are the Unicode code-poitns permanently reserved in the Unicode Standard for internal use in applications. These code-points should not be used in text storage or exchange.

Since Unicode 3.1.0, the list of 66 Unicode Noncharacters is stabilized by the Unicode Standard and will never change.

References:

  • https://www.unicode.org/faq/private_use.html#noncharacters
  • https://www.unicode.org/policies/stability_policy.html#Property_Value

Functions

is_noncharacter

Check if the Unicode code-point provided is a Unicode Noncharacter.