Copyright Symbol
  • Tools
    • Copyright Notice Generator
    • Copy-Paste Codes
  • Codes
  • Shortcuts
  • Meaning & Use
  • Download
  • Contact Us
Nano Cropper+ Manuals

Copyright HTML Code: HTML Entity, Alt Code, CSS & Unicode for ©

The copyright html code helps you show the © mark correctly on a webpage. You may need it for a website footer, blog template, product page, online tool, app screen, or legal notice. Instead of searching again and again, you can use this page as a simple code directory for the same mark.

The most common code is ©. It displays the © mark in HTML and works well for most websites. When you only need the plain mark to copy, the copyright symbol page gives you the fastest option without extra code.

HTML Entity Name
©
HTML Decimal Code
©
HTML Hex Code
©
CSS Code
content: "\00A9";
Windows Alt Code
Alt + 0169
JavaScript
"\u00A9"

Quick Copyright Code Table

Here is the fastest answer first. The same © mark can appear in different formats depending on where you use it. HTML, CSS, Windows, Unicode, Markdown, LaTeX, and JavaScript all handle the symbol in slightly different ways.

For most website footers, the HTML entity © is the cleanest choice. If you work with styling, the copyright css code may fit better. If you type the mark on Windows, the copyright alt code can help.

Format Code / Symbol Best Use
Symbol©Copy and paste
HTML Entity Name©HTML pages and footers
HTML Decimal Code©HTML documents
HTML Hex Code©HTML hex format
UnicodeU+00A9Character reference
CSS Code\00A9CSS pseudo-elements
Windows Alt CodeAlt + 0169Keyboard typing
JavaScript\u00A9JavaScript strings
LaTeX\copyrightTechnical documents
Copyright Symbol Codes - HTML, CSS, Unicode and Alt Code Guide

What Is Copyright HTML Code?

The copyright html code is a special code that tells a browser to show the © mark. In HTML, symbols like ©, ®, ™, and special characters can be written as character entities so browsers display them clearly.

A browser reads © and shows it as ©. That makes your HTML document cleaner, especially when you create a footer, legal line, or brand notice. It is small, tidy, and easy to understand.

Why HTML Uses Character Entities

HTML uses special characters for symbols that may not appear easily on every keyboard. Character entities also make code more readable for developers. For example, © is easier to recognize than a random-looking number when you scan a page template.

Main HTML Codes for the Copyright Symbol

You can write the same © mark in three common HTML ways. The named entity is the easiest to read. The decimal and hex versions are also valid, but they look more technical.

Here are the three main formats:

Type Code Output
Named Entity©©
Decimal Entity©©
Hex Entity©©

HTML Entity Name

©

This is the best version for most beginners. It is short, readable, and easy to remember. When someone asks for the copyright html code, this is usually the answer they need.

HTML Decimal Code

©

The decimal code uses the number 169 to show the same mark. It works well, but it is not as friendly to read as ©.

HTML Hex Code

©

The hex code uses A9, which comes from the Unicode value U+00A9. Developers may use it when working with hex code, Unicode tables, or mixed technical formats.

How to Add Copyright Code in a Website Footer

A website footer is the most common place to use this code. It helps visitors see who owns the page content, design, photos, products, or digital material.

A clean notice usually includes the © mark, the year, the owner name, and “All rights reserved.” If you’re wondering what is the copyright sign in a notice, it simply points to ownership of creative work.

<footer> <p>&copy; 2026 Your Brand Name. All rights reserved.</p> </footer>

This code will display as:

© 2026 Your Brand Name. All rights reserved.

You can also use a date range if your website has older and newer content:

<p>&copy; 2020–2026 Your Company Name. All rights reserved.</p>

This works well for business websites, blogs, online magazines, SaaS products, and personal portfolios.

Copyright CSS Code for Website Design

The copyright css code is useful when you want to add the © mark through styling. Many designers use CSS pseudo-elements like ::before or ::after to place small visual marks beside text.

Use this carefully. If the mark is part of a real legal notice, HTML is usually better because the text belongs inside the page content. CSS works best for design accents, labels, and decorative placement.

.footer::before { content: "\00A9"; }

The CSS escape \00A9 tells the browser to show the © mark. You can also add spacing after it:

.footer::before { content: "\00A9 "; }

When CSS Makes Sense

CSS makes sense when the mark supports a design pattern, not when it carries important legal text. For a real copyright notice, place the owner name and year in HTML so the content stays clear, searchable, and easy to edit.

Copyright Alt Code for Windows

The copyright alt code is helpful when you want to type © without copying it from a website. On Windows, hold the Alt key and type 0169 on the numeric keypad.

Alt + 0169

This is useful in documents, forms, spreadsheets, website builders, and page editors. If you prefer keyboard methods instead of code, how to type copyright symbol covers common devices and operating systems in a simpler way.

Unicode, Markdown, LaTeX, and JavaScript Formats

The © mark also appears in technical writing, coding, academic documents, and software strings. Each format has its own style, but the final output is the same mark.

Use this table when HTML is not the right place:

Platform Code Example Use
UnicodeU+00A9Character reference
Markdown© or &copy;README files and blog editors
LaTeX\copyrightAcademic and technical documents
JavaScript\u00A9App text and dynamic notices

For example, a JavaScript notice can look like this:

const notice = "\u00A9 2026 Your Brand Name. All rights reserved.";

That can help when your website or app generates footer text dynamically.

Common Mistakes to Avoid

Small code mistakes can make a footer look broken. The most common issue is missing the semicolon in &copy;. Another common mistake is using © for trademarks, which can confuse readers.

Keep these quick tips in mind:

  • Use &copy;, not &copy
  • Use © for creative work, not brand registration
  • Use ™ for brand claims
  • Use ® only for registered trademarks
  • Add the year and owner name
  • Keep the footer short and readable
  • Don’t place the symbol in every paragraph

A good notice should feel clean, not noisy. One clear line in the right place is often enough.

Best Copyright Code Examples

A simple example works best for most websites:

<p>&copy; 2026 Your Brand Name. All rights reserved.</p>

A date range works well if your site has been active for several years:

<p>&copy; 2020–2026 Your Company Name. All rights reserved.</p>

A longer footer can include a link to terms or privacy pages:

<footer> <p>&copy; 2026 Your Brand Name. All rights reserved.</p> <p><a href="/privacy-policy">Privacy Policy</a></p> </footer>

Designers who need the mark as an icon file can use copyright svg download when a plain text character is not enough for a layout, app screen, or graphic asset.

FAQs About Copyright HTML Code

What is the copyright html code?

The main copyright html code is &copy;. It displays the © mark in a browser and works well in website footers, HTML pages, and templates.

What is the HTML number code for copyright?

The decimal HTML number code is &#169;. It shows the same © mark as &copy;.

What is the copyright css code?

The main copyright css code is \00A9. You can use it inside the CSS content property with ::before or ::after.

What is the copyright alt code?

The copyright alt code on Windows is Alt + 0169. Hold Alt and type 0169 on the numeric keypad.

Can I use © directly in HTML?

Yes, modern HTML pages can usually display © directly. Still, &copy; is clean, common, and easy for developers to recognize.

Is copyright html code different from Unicode?

Yes. HTML code displays the mark on a webpage. Unicode identifies the character as U+00A9.

Conclusion

The copyright html code makes it easy to add the © mark to websites, footers, templates, CSS designs, and documents. For most HTML pages, use &copy;. For CSS, use \00A9. For Windows typing, use Alt + 0169.

Keep your notice simple. Add the © mark, the year, the owner name, and “All rights reserved” when it fits. Clean code gives your page a polished look, and a clear notice helps readers understand who owns the work.

loading
  • Privacy Policy
  • About Us
  • Contact Us
  • Disclaimer
  • Terms and Conditions
© 2026 Copyright - All rights are reserved.
Developed By Digital Applications