Constant

UNI_MATH

The Math character property.

Since v1.0
enum unibp {
    UNI_MATH,
}

Discussion 🔗

Assigned to characters representing mathematical symbols.

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

{
    "characterProperties": [
        "Math"
    ]
}