trademark-symbol

JSPs and trademark symbol

On the web pages in our app, the trademark symbol (TM) is appearing as a questions mark. The registered trademark (R) works, though. We are displaying the value using the c:out tag in the JSP standard library. If I put &trade; or &#8482; on the page to test this, those show up as they are supposed to. <td><c:out value="${item.descriptio...

How to insert copyright, trademark, service mark, etc. into WPF textbox when font doesn't support symbols.

We have a WPF application that displays text containing the various corporate symbols; such as trademark, registered trademark, copyright, and service mark. The database has some fields that include the standard corporate symbols. Initially, the data was marked as follows: Example Corp(TM) or Example Plan (SM) We can easily change t...