fonttable icon indicating copy to clipboard operation
fonttable copied to clipboard

Print out every unicode character; see all possible glyphs in your terminal

Results 1 fonttable issues
Sort by recently updated
recently updated
newest added

suggest an option which can be passed through to the awk core, to instead use this printf: ` printf ("%c\t%s\n", strtonum("0x" $1), $2); ` The tab ensures wide characters are...