pub const fn glyph(pattern: u8) -> charExpand description
The glyph for pattern, a bitmask of the eight DOT_* constants (or values from
DOTS) OR’d together.
Every value of pattern maps to a valid glyph: U+2800..=U+28FF contains no surrogate
code points, so this never falls back to a placeholder.