HTML Copyright Code

This page contains HTML code for adding the copyright symbol to your website or blog. There are two main ways to display the copyright symbol on a webpage; use the HTML entity number, or use the HTML entity name.

Regardless of which method you use, the copyright symbol will appear the same when rendered in the browser.

HTML Entity Number

Here's how you use the HTML entity number to display the copyright symbol on a webpage.

Source CodeResult
©

HTML Entity Name

Here's how you use the HTML entity name to display the copyright symbol on a webpage. You'll notice that the result is the same as when using the entity number above.

Source CodeResult
©

Usage Example

Here's an example of a copyright notice at the footer of a website. In this example, the copyright notice is enclosed within the <footer> tag.

Source CodeResult
© Copyright 2024 HTML.am

Avoid Copy/Paste

It's best to avoid copying and pasting your copyright symbol from another source (for example, a Word document or PDF). This is because, even though it might appear OK in your WYSIWYG editor, it might not necessarily appear correctly when displayed within a browser. Or even worse, it might display correctly in your browser but not in your users' browsers!

For this reason, it is better to use the HTML entities on this page to display a copyright symbol.

About HTML Entities

HTML entities are used in HTML when you need to display a special character on a web page. These are often characters or symbols that can't easily be typed into a keyboard.

Check out this list of special characters for a comprehensive list of HTML entities.