HTML Entity for "™" (trademark)
Character
™
HTML Entity
™
The HTML entity for "™" is ™.
Common HTML entities reference
| Char | Named | Numeric | Name |
|---|---|---|---|
| & | & | & | Ampersand |
| < | < | < | Less Than |
| > | > | > | Greater Than |
| " | " | " | Double Quote |
| ' | ' | ' | Single Quote |
| |   | Non-breaking Space | |
| © | © | © | Copyright |
| ® | ® | ® | Registered |
| ™ | ™ | ™ | Trademark |
| € | € | € | Euro |
| £ | £ | £ | Pound |
| ° | ° | ° | Degree |
| × | × | × | Multiply |
| ÷ | ÷ | ÷ | Divide |
| → | → | → | Right Arrow |
| ← | ← | ← | Left Arrow |
What are HTML entities?
HTML entities encode special characters so they display correctly in browsers. "™" must be encoded as ™ in HTML to avoid breaking the markup or being interpreted as code. You can also use the numeric form ™
Encode/decode more HTML
Loading tool...