I would like to know how to insert trademark symbol in Silverlight via textblock.
I used this <Run Text="™"/> however it appears box only.
<Run Text="™"/>
Why not just use the literal character:
<Run Text="™"/>