HTML Entity/Symbol™(TRADE MARK SIGN )

Copy this symbol

TRADE MARK SIGN

Click on any of the following code values to copy to clipboard.

™
™
U+02122
\2122
™

HTML Examples

Using HTML Code value in HTML file

<span> &#8482; </span>

Using HTML Entity value in HTML file

<span> &TRADE; </span>

CSS Example

Using CSS content code of the HTML entity &TRADE; to specify in a CSS file

span { 
    content: "\2122";
}
All HTML Symbols