I can only find threads on how to insert them if they are not there - but I can see them in the Character Table for Liberation Sans - but can not find out how to use them.
I tried to type in the codes while pressing Alt
If you are referring to Unicode characters, you can reference any character by using the Unicode Escape Sequence in a C# string or in the Text Input Box.
Use \uFF00 or \u + 2 hex pairs to access UTF16 characters.
Use \UFF00FF00 or \U + 4 hex pairs to access UTF32 characters.