Same goes for many other characters. Ticking “all chars” doesn’t show them either. Mind you, the font in question has almost 2000 glyphs.
So, my question: is there a reason as to why these glyphs don’t show up in the preview, and if so, is there a way around it?
What, you don’t know this? That’s ok, I am just very curious, as usual. As long as the glyphs render, all is good. I first thought there is something wrong with my .ttf when the glyphs didn’t show up.
Some more context: it seems there is a limitation to using 1024x2048 texture for fonts in the editor. This decision to limit the number of displayed characters to the 0-255 range is a workaround to ensure we show glyphs when we e.g. chose a font with too many characters and selected “Use All Chars”. You can still trigger this limitation that will result in no preview at all if you select a very big font size.
I just merged a change to defold editor that addresses your question/concern — we will try to show as many characters as possible from now on. Update should be out soon.