| Nom du symbole | Trade Mark Sign |
| Version Unicode | 1.1 |
| Unicode | U+2122 |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| Code CSS |
| UTF-8 | E2 84 A2 |
| UTF-16 | 2122 |
| UTF-32 | 00002122 |
1\documentclass{article}2\usepackage{pifont}3\texttrademark4\end{document}Vous pouvez saisir le symbole trade mark sign sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 0153 on the numeric keypad, or insert via Character Map.
Option + 2 on many keyboard layouts, or Edit → Emoji & Symbols.
Ctrl + Shift + U, type 2122, then Enter (layout-dependent).
Use the symbols keyboard or text replacement, depending on keyboard layout.
Paste from this page or use extended symbols panels on supported keyboards.
1span.tm::before { content: "\2122"; }1<span>™</span>La représentation du symbole Trade Mark Sign dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u2122' or String.fromCodePoint(0x2122) |
| Python | '\N{TRADE MARK SIGN}' or chr(8482) |
| Rust | '\u{2122}' |
| C / C++ | UTF-8 source or wchar_t with U+2122 |
| Go | string(rune(0x2122)) |
| Ruby | "\u2122" |
\2122 |
| Code hexadécimal | 0x2122 |
| Code HTML | ™ |
| LaTeX | \texttrademark |
| Symbole | ™ |
| Encodage URL (pourcent UTF-8) | %E2%84%A2 |
| Nom oral / lecteur d’écran | Trade Mark Sign |