Fonts are missing glyphs on some systems
By default, Font
resources in Godot are imported with a setting that allows the use of system fonts as a fallback turned on by default. However, not everyone’s machine might have a system font that has the glyph we want to render.
Turning this setting off will ensure that the font will be rendered the same regardless of whose system it is running on.