Constant

UNI_HEX_DIGIT

The Hex_Digit character property.

Since v1.0
enum unibp {
    UNI_HEX_DIGIT,
}

Discussion 🔗

This property is assigned to characters commonly used for the representation of hexadecimal numbers, plus their compatibility equivalents. Conventionally, the letters “A” through “F”, or their lowercase equivalents are used with the ASCII decimal digits to form a set of hexadecimal digits.

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

{
    "characterProperties": [
        "Hex_Digit"
    ]
}