Html – Can the browser render a glyph stored at code point 0x09?
I'm trying to add functionality to a serial port web app which can represent all received bytes from 0x00 to 0xFF (including typically unprintable characters, e.g. ASCII control codes) as a single width visible glyph. I've created a special vector…