I am making a simple help tool with css icon icons.
He currently takes a specific wing-style font and presents it as it appears for each Unicode number, side by side with a standard system font (for example, arial) as I go from Unicode number 33-255.
Since those familiar with fonts and character encodings have already guessed, many of these places will be empty. Here is an example:
As you can see, the characters that are actually worth showing for this font are in the minority, and many characters in this unicode range are not even displayed by default for the default sans-serif font. This is not critical material, all suitable characters are shown in any case, but purely out of curiosity, I would like to know if there is a way to find out which characters are represented in the font. Does anyone know a solution?
Ideally, a server solution is preferred, any language you like. However, any solution would be valuable at all.
For the curious, my existing code runs on github: Looper Font
I hope that a presentation with a flat file will not offend anyone, I try to make it scanty and average.
source share