Sound Recording Copyright vs Trade Mark Sign
VS
Property Comparison
| Property | ℗ 2117 | ™ 2122 |
|---|---|---|
| Name | Sound Recording Copyright | 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 | 2117 | 2122 |
|---|---|---|
| Unicode | U+2117 | U+2122 |
| HTML Decimal | ℗ | ™ |
| HTML Hex | ℗ | ™ |
| CSS | \2117 | \2122 |
| JavaScript | \u{2117} | \u{2122} |
| Python | \u2117 | \u2122 |
| UTF-8 | e2 84 97 | e2 84 a2 |
How to Distinguish
Both Sound Recording Copyright 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.