copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('™'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
™
TRADE MARK SIGN
Overview
™, the TRADE MARK SIGN, marks a word or logo claimed as a trademark, whether or not it has been formally registered. It is encoded at U+2122 in the Letterlike Symbols block, classified as a symbol, and written in HTML as ™. Displayed as a small superscript next to a brand, it signals a claim of trademark rights and appears throughout advertising and product design as shorthand for that assertion.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2122 | |
| decimal | 8482 | |
| htmldecimal | ™ | |
| htmlhex | ™ | |
| css | \2122 | |
| javascript | \u{2122} | |
| python | \u2122 | |
| java | \u2122 | |
| go | \u2122 | |
| ruby | \u{2122} | |
| rust | \u{2122} | |
| ccpp | \u2122 | |
| urlencoded | %E2%84%A2 | |
| utf8bytes | e2 84 a2 | |
| utf16bebytes | 21 22 | |
| utf32bebytes | 00 00 21 22 | |
| htmlentity | ™ |
How to Use
HTML:
™
or
™
CSS:
content: "\2122"
JavaScript:
"\u{2122}"
Python:
"\u2122"
Properties
- Block
- Letterlike Symbols
- Script
- Zyyy
- Category
- Other Symbol (So)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
- Decomposition
- <super> 0054 004D
Frequently Asked Questions
What is the ™ character (TRADE MARK SIGN)?
™ (TRADE MARK SIGN) is the Unicode character U+2122.
What is the Unicode codepoint of TRADE MARK SIGN?
The TRADE MARK SIGN character (™) has codepoint U+2122.
How do I type or copy TRADE MARK SIGN?
Copy ™ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.