Constant

UNI_UNIFIED_IDEOGRAPH

The Unified_Ideograph character property.

Since v1.0
enum unibp {
    UNI_UNIFIED_IDEOGRAPH,
}

Discussion 🔗

This property specifies the exact set of Unified CJK Ideographs in the standard. This set excludes CJK Compatibility Ideographs (which have canonical decompositions to Unified CJK Ideographs), as well as characters from the CJK Symbols and Punctuation block. These characters are a subset of the characters with Ideographic property (see UNI_IDEOGRAPHIC).

Support for the Unified_Ideograph character property is enabled in the JSON configuration file with:

{
    "characterProperties": [
        "Unified_Ideograph"
    ]
}