keecode logokeecode
Home / HTML Entities / Trademark

Trademark

Trademark symbol

Common

HTML Codes

Named Entity

™

Numeric Code

™

Usage Examples

HTML Example (Named Entity)

<p>This is the Trademark: &trade;</p>

Output: This is the Trademark:

HTML Example (Numeric Code)

<p>This is the Trademark: &#8482;</p>

Output: This is the Trademark:

JavaScript Example

const char = "&trade;";
console.log(char); // ™