Constant
UNI_MATH_SYMBOL
A mathematical symbol.
Since v1.0
enum unigc {
UNI_MATH_SYMBOL,
}
Discussion 🔗
A code point representing a mathematical symbol. This does not include parentheses and brackets, which are in categories Ps
and Pe
. This also does not include !
, *
, -
, or /
, which despite frequent use as mathematical operators, are primarily considered to be punctuation.
Examples of mathematical code points:
- Plus Sign (
U+002B
) - Division Sign (
U+00F7
) - Subset of or Equal To (
U+2286
)