Blog
Wild & Free Tools

Copyright, Trademark, and Registered HTML Entities

Last updated: February 2026 4 min read
Quick Answer

Table of Contents

  1. The Three Entities
  2. Direct Character vs Entity
  3. Where Each Symbol Is Used
  4. How to Type Them
  5. Frequently Asked Questions

Three symbols appear in nearly every commercial website footer and product page: © for copyright, ™ for trademark, and ® for registered trademark. HTML has named entities for all three — short, memorable codes that render the symbols correctly in every browser without needing to find the character on your keyboard.

The HTML Entities for ©, ™, and ®

SymbolNamed EntityNumeric EntityName
©©©Copyright
™™Trademark
®®®Registered trademark

All three are defined in the HTML specification and supported in every modern and legacy browser. Use the named entities (© ™ ®) — they are self-documenting and more readable than numeric codes.

Entity Code vs Pasting the Symbol Directly

On a UTF-8 encoded HTML page (which all modern pages should be), you can paste © ™ ® directly into your HTML and it renders correctly without any encoding. The entity approach is not strictly necessary.

Both are valid:

Reasons to prefer entity codes anyway:

Sell Custom Apparel — We Handle Printing & Free Shipping

Where Each Symbol Is Used — and Their Legal Meaning

© (Copyright)
Used in footers ("© 2026 Company Name"), image captions ("Photo © Jane Smith"), and content attribution. In the US and most countries, copyright protection attaches automatically upon creation of original work — the © symbol is not legally required to establish copyright, but it serves as notice and is standard practice.

™ (Trademark)
Used after an unregistered trademark. Signals a claim to trademark rights without formal registration. No legal registration is required to use ™ — it is a common law trademark indicator. Use it when you are asserting trademark rights but have not completed formal registration.

® (Registered Trademark)
Used only after a mark that is officially registered with the relevant trademark authority (USPTO in the US, IPO in the UK, etc.). Using ® on an unregistered mark is unlawful in many jurisdictions. Only use ® after completing and receiving trademark registration.

How to Type © ™ ® Without HTML Entities

If you are not writing HTML and just need the characters in a document or design tool:

Mac:

Windows:

Any platform: Copy from the table above and paste wherever you need them. For HTML: use the entity codes (© ™ ®) instead of the symbols when writing markup by hand — it is faster than keyboard shortcuts for most developers.

Get HTML Entity Codes for Any Symbol

Paste any text or symbol. Get the entity code instantly. Free, no signup.

Open Free HTML Entity Tool

Frequently Asked Questions

What is the HTML code for the copyright symbol?

© is the named HTML entity for ©. You can also use © or paste © directly on a UTF-8 page.

What is the HTML entity for the trademark symbol ™?

™ is the named entity for ™. The numeric form is ™.

What is the difference between ™ and ®?

™ indicates an unregistered trademark claim. ® indicates an officially registered trademark. Using ® on an unregistered mark is unlawful in most jurisdictions.

Do I need to encode © as © on modern HTML pages?

Not strictly — UTF-8 HTML handles © directly. But © is self-documenting and works in all contexts including legacy systems and non-UTF-8 XML feeds.

David Rosenberg
David Rosenberg Technical Writer

David spent ten years as a software developer before shifting to technical writing covering developer productivity tools.

More articles by David →
Launch Your Own Clothing Brand — No Inventory, No Risk