I am not a font designer but am an Aerospace Engineer who simply wants to allow subscripts and superscripts in Microsoft Excel legend titles. In much older versions of Excel this was possible but now it is not. I’m not familiar with Unicode and all the terminology, but I need to access the characters I created in Font Creator with Excel Visual Basic. I created a font that had superscripts and subscripts and need to access it using the Visual Basic commands ChrW() and AscW(), but I need the Unicode value of the specific text that I created to do that. I’ve browsed the user manual but am not sure what the Unicode values are for a font created by Font Creator. I might be completely clueless on how Unicode works, but I know that with Microsoft Private Character Editor, it creates Unicode values of E000 through F8FF that can be accessed with ChrW() and AscW() in VBA.
E000 through F8FF are in the Private Use Area of Unicode.
The screenshot shows the caption in the glyph overview set to Code-points and the values are set to Hexadecimal (Ctrl+K). One can also set them to Decimal values (Ctrl+J). E000 is Hexadecimal value.