Constant
UNI_OTHER_NUMBER
A numeric character of 'other' type.
Since v1.0
enum unigc {
UNI_OTHER_NUMBER,
}
Discussion 🔗
All other numeric characters that do not represent digits or letter-like numeric characters. For example, vulgar fractions, superscript and subscript digits. Specific code points include:
- Vulgar Fraction One Quarter (
U+00BC
) - Superscript Three (
U+00B3
) - Subscript Nine (
U+2089
)