Search code examples
silverlightsilverlight-4.0symbolstextblock

Silverlight 4: Trademark Symbol


I would like to know how to insert trademark symbol in Silverlight via textblock.

I used this <Run Text="&#0153"/> however it appears box only.


Solution

  • Why not just use the literal character:

    <Run Text="™"/>