Service Mark vs Trade Mark Sign
VS
Property Comparison
| Property | ℠ 2120 | ™ 2122 |
|---|---|---|
| Name | Service Mark | Trade Mark Sign |
| Category | Legal & Copyright | Legal & Copyright |
| Block | Letterlike Symbols | Letterlike Symbols |
| Script | Zyyy | Zyyy |
| General Category | Other Symbol (So) | Other Symbol (So) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | 2120 | 2122 |
|---|---|---|
| Unicode | U+2120 | U+2122 |
| HTML Decimal | ℠ | ™ |
| HTML Hex | ℠ | ™ |
| CSS | \2120 | \2122 |
| JavaScript | \u{2120} | \u{2122} |
| Python | \u2120 | \u2122 |
| UTF-8 | e2 84 a0 | e2 84 a2 |
How to Distinguish
Both Service Mark and Trade Mark Sign belong to the Legal & Copyright category and the Letterlike Symbols block. Compare their codepoints and visual rendering to distinguish them.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.