Is there a good way to type Unicode symbols in a C# file?
I'm looking for something to the effect of:
- Press ALT
- Type Unicode Hex
- Release Alt
Currently, I'm having to type the symbol into word and copy-paste it into my source file.
Is there a good way to type Unicode symbols in a C# file?
I'm looking for something to the effect of:
Currently, I'm having to type the symbol into word and copy-paste it into my source file.