Text characters in the CO Controls range, 0-31, are not meant to have any displayable representation. For most Blender code this hasn't mattered since we usually specifically exclude this range in text processing. But for times when we don't we need to avoid rendering glyphs in this range as some fonts contain blank (but not empty) items here. Pull Request: https://projects.blender.org/blender/blender/pulls/135013