I need to add the TM(trademark) superscript symbol next to a title in a C# string. is there anyway to possibly do this? Thanks!
This answer is "\u2122" by Hans Passant™
Use the charmap.exe applet and copy/paste the character in your string literal.
- Click Start
- Type Charmap
- Open Charmap
- Click Advanced View
- Type mark
- Copy desired value
- Paste to your code
来源:https://stackoverflow.com/questions/3496351/adding-a-tm-superscript-to-a-string