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!
            Asked
            
        
        
            Active
            
        
            Viewed 1.5k times
        
    2 Answers
44
            This answer is "\u2122" by Hans Passant™
Use the charmap.exe applet and copy/paste the character in your string literal.
        Hans Passant
        
- 922,412
 - 146
 - 1,693
 - 2,536
 
4
            
            
        - Click Start
 - Type Charmap
 - Open Charmap
 - Click Advanced View
 - Type mark
 - Copy desired value
 - Paste to your code
 
        Omer
        
- 8,194
 - 13
 - 74
 - 92