pub fn default_math_class(c: char) -> Option<MathClass>
Returns the default math class of a character in Typst, if it has one.
This is determined by the Unicode math class, with some manual overrides.