pub const SEXTANTS: [char; 64];Expand description
The 64 sextant glyphs for a 2x3 pixel block.
Indexed by a 6-bit pattern in row-major order (bit 0 = top-left, bit 1 = top-right, bit 2 =
mid-left, bit 3 = mid-right, bit 4 = bottom-left, bit 5 = bottom-right). Mostly from Unicode’s
“Symbols for Legacy Computing” block; adapted from ratatui-core’s
symbols::pixel::SEXTANTS.