Technical information

Symbol
NameTrade mark sign
Unicode numberU+2122
CategoryLetterlike Symbols
DescriptionThe Unicode character ™, or U+2122, is known as the "Trade Mark Sign". It belongs to the "Letterlike Symbols" block and falls under the "Symbol, Other" category in the Unicode standard. This symbol is used to indicate that the preceding mark is a trademark. A trademark is a recognizable sign, design, or expression that identifies products or services of a particular source from those of others. The trademark symbol is often placed after the logo, name, phrase, or image that is being claimed as a trademark, typically in the upper right corner, and is usually written in superscript style. The trademark does not need to be registered, and the use of the symbol indicates an assertion that a word, image, or other sign is being used as a trademark.

Encoding

HTML Entity™
HTML Entity (hex)™
HTML Entity (named)
URL Escape Code%E2%84%A2
UTF-8 (hex)0xE2 0x84 0xA2
UTF-8 (binary)11100010:10000100:10100010
UTF-160x2122
UTF-320x00002122

Source Code

C, C++, and Java"\u2122"
CSS Code\2122
JavaScript"\u2122"
Perl\x{2122}
Python 2u"\u2122"
Python 3\u2122
Ruby\u{2122}

Preview

This Unicode character looks like this ™ in sentence and in bold like this and in italic like this .

Font size:

12px
16px
20px
28px
36px
48px
72px

CSS Property: font-weight

100
200
300
400
500
600
700
800
900

HTML Forms and Input

input
disabled input
input-group
select
button
button

Code examples in HTML and CSS

<span>&#8482;</span>

            
span {
    content: "\2122";
}

The symbol in different fonts

-apple-system
Apple Color Emoji
Arial
BlinkMacSystemFont
Courier New
Georgia
Droid Sans
Helvetica
Noto Sans
Oxygen
Roboto
"Segoe UI"
sans-serif
Segoe UI Emoji
Segoe UI Symbol
system-ui
Times New Roman
Ubuntu
Verdana

References