Insert a Unicode Normalization Form Quick Check

The Unicode quick check properties are four of the many Unicode properties that you can insert via the Insert Token button on the Create panel.

Insert a Unicode normalization form quick check property value

There are 4 “quick check” properties, one for each of the 4 Unicode normalization forms: NFC, NFKC, NFD, and NFKD. All code points have one value for each of these 4 properties. Code points not allowed in a particular normalization form have the value No for the respective “quick check” property. Code points that may occur in the NFC or NFKC form, depending on the context, have the value Maybe for the respective NFC_QC or NFKC_QC property. The value Maybe is not allowed for the NFD_QC and NFKD_QC properties. All code points that do not have the value No or Maybe for one of these properties have the value Yes for that property. All unassigned code points have the value Yes for all 4 properties.

You can tick “short property names and values” if you want to abbreviate Quick_Check to QC in the property names and shorten the property values to the single letters N, M, and Y.