Creates a one-cell printable ASCII cell without width/grapheme scanning.
static Cell ascii(int codeUnit) => asciiStyled(codeUnit);