Adding a TM superScript to a string

2019-02-21 10:15发布

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!

2条回答
冷血范
2楼-- · 2019-02-21 10:46
  1. Click Start
  2. Type Charmap
  3. Open Charmap
  4. Click Advanced View
  5. Type mark
  6. Copy desired value
  7. Paste to your code
查看更多
走好不送
3楼-- · 2019-02-21 10:47

This answer is "\u2122" by Hans Passant™

Use the charmap.exe applet and copy/paste the character in your string literal.

查看更多
登录 后发表回答