How to Create the TM Symbol on Any Device or Platform
The trademark symbol (™) is one of those characters that looks simple but trips people up constantly — especially when it's needed mid-document and there's no obvious key for it on a standard keyboard. Whether you're drafting a business document, building a website, or writing product copy, knowing how to insert ™ reliably saves real time.
What the TM Symbol Actually Is
The ™ symbol is a Unicode character (U+2122), meaning it exists as a defined character across virtually every modern operating system, font, and application. It's distinct from the registered trademark symbol (®), which indicates a legally registered mark. The ™ symbol can be used without registration — it simply signals that someone is claiming trademark rights over a name, logo, or phrase.
Because it's a Unicode character, it can be typed, inserted, copied, or encoded in multiple ways depending on your environment.
How to Type the TM Symbol on Windows ⌨️
Method 1: Keyboard Shortcut (Word and Outlook) In Microsoft Word, typing (tm) and pressing Space or Enter will often autocorrect to ™ automatically. This works because Word's AutoCorrect feature recognizes common symbol patterns.
Method 2: Alt Code Hold Alt and type 0153 on the numeric keypad (NumLock must be on). Release Alt and ™ appears. This works in most Windows applications that accept text input.
Method 3: Character Map Open the Windows Character Map app (search "Character Map" in the Start menu), search for "trade mark sign," select it, copy, and paste wherever needed.
Method 4: Copy-Paste Sometimes the fastest method is simply copying the character directly: ™
How to Type the TM Symbol on Mac
Keyboard Shortcut: Press Option + 2 on a Mac keyboard. This inserts ™ instantly in almost any application — text editors, browsers, design tools, email clients.
This shortcut works system-wide, not just in specific apps, which makes it one of the more reliable methods across platforms.
How to Insert the TM Symbol on iPhone and Android 📱
On iPhone (iOS): In most text fields, tap and hold the letter "T" — on some keyboards a ™ shortcut may not appear directly, but you can add it via Settings > General > Keyboard > Text Replacement. Set a shortcut like tm to auto-expand to ™.
Alternatively, many iOS keyboards have a symbols panel accessible by pressing the 123 key, then **#+= **, where ™ often appears.
On Android: Tap ?123 on the keyboard, then look for =< or a similar symbols layer. The ™ symbol is typically found in the extended punctuation or special characters section. Exact navigation varies by keyboard app (Gboard, SwiftKey, Samsung Keyboard all differ slightly).
For both platforms, a text replacement shortcut is often the most consistent long-term solution if you use the symbol regularly.
How to Insert TM in HTML and Web Development
When writing HTML, you have three reliable options:
| Method | Code | Output |
|---|---|---|
| HTML entity name | ™ | ™ |
| HTML entity number (decimal) | ™ | ™ |
| HTML entity number (hex) | ™ | ™ |
| Direct Unicode character | ™ (pasted directly) | ™ |
For most web projects, ™ is the cleanest and most readable option in source code. Direct Unicode pasting also works reliably in UTF-8 encoded documents, which covers the vast majority of modern websites.
How to Add TM in Google Docs and Other Office Apps
Google Docs: Go to Insert > Special Characters, search "trademark," and click to insert. Google Docs also supports the (tm) autocorrect in some configurations.
Microsoft Word: Beyond the (tm) autocorrect, you can use Insert > Symbol > More Symbols, set the font to "normal text," and find ™ in the character list.
LibreOffice Writer: Similar to Word — Insert > Special Character, then search for "trade mark sign."
Variables That Affect Which Method Works Best for You
Not every method works in every situation, and which approach makes sense depends on a few key factors:
- Operating system — Mac users have a single, reliable shortcut; Windows users typically juggle between Alt codes and app-specific autocorrect
- Application type — Rich text editors (Word, Google Docs) support autocorrect and insert menus; plain text editors, terminals, and code editors often don't
- Keyboard app on mobile — Third-party keyboard apps on Android and iOS have wildly different symbol layouts
- Frequency of use — Occasional use favors copy-paste or menu insertion; frequent use justifies setting up a text replacement shortcut
- Output environment — Web content needs HTML entity encoding in some contexts; plain text or PDF doesn't
When the Method That "Should Work" Doesn't
A few common failure points worth knowing:
- Alt codes on Windows require a dedicated numeric keypad — laptop keyboards without NumLock-enabled number rows often don't support them
- Autocorrect in Word can be disabled by a user or IT policy, making
(tm)trigger nothing - Copy-pasting from certain sources can introduce invisible formatting or incompatible encoding in older systems
- Plain text environments (like command-line tools, some CMS fields, or certain email platforms) may display ™ inconsistently if the document encoding isn't set to UTF-8 🔤
The right method ultimately depends on where you're inserting the symbol, how often you need it, and what tools you're working in — factors that vary considerably from one workflow to the next.