What Is &COPY

Content on WhatAnswers is provided "as is" for informational purposes. While we strive for accuracy, we make no guarantees. Content is AI-assisted and should not be used as professional advice.

Last updated: April 10, 2026

Quick Answer: © is an HTML named entity that renders as the copyright symbol (©) in web browsers. Standardized in HTML 2.0 in 1995, it's one of the most common special characters used on the internet. It can also be represented using the numeric entity © or Unicode character U+00A9.

Key Facts

Overview

© is an HTML named entity designed to display the copyright symbol (©) in web browsers and digital documents. Rather than requiring developers to type special characters directly, HTML entities provide a standardized, keyboard-friendly method to represent symbols that may not be readily available on all keyboards or character sets. This named entity has been a fundamental component of web standards since the early days of HTML development.

The term "entity" in HTML refers to a representation of a reserved character or symbol using a specific syntax that begins with an ampersand (&) and ends with a semicolon (;). Named entities like © are human-readable alternatives to numeric codes, making web source code more maintainable and easier for developers to understand at a glance. Since its standardization in HTML 2.0 in 1995, © has become ubiquitous across websites worldwide, appearing in footers, legal notices, and copyright statements on virtually every major web property. The copyright symbol communicates intellectual property ownership and protects original creative works across all media types and industries.

How It Works

Understanding the mechanics of © requires familiarity with how HTML processes special characters and entity declarations:

Key Comparisons

MethodSyntaxCompatibilityUse Case
Named Entity©Excellent - all browsers since 1995Professional HTML, most readable for developers
Numeric Decimal©Excellent - universally supportedGenerated content, dynamic symbol insertion
Unicode Hexadecimal©Good - modern browsers, UTF-8Programming languages, technical contexts
Direct Symbol©Good - requires UTF-8 encodingModern systems with native Unicode support
Keyboard Alt CodeAlt+0169Platform-dependentDesktop applications, system-specific only

Why It Matters

The copyright symbol represented by © has become essential infrastructure for modern web communication and digital publishing. From small personal blogs to multinational corporations, the entity enables consistent legal communication while maintaining document integrity and cross-platform compatibility. Understanding and properly using © reflects professional web development practices and ensures that copyright notices display correctly for all visitors to your website, regardless of their technical environment, browser version, or device capabilities. The symbol continues to play a critical role in protecting intellectual property and communicating creative ownership across the global internet.

Sources

  1. HTML Living Standard - Named CharactersCC-BY-4.0
  2. W3C HTML 4.01 Specification - Character Entity ReferencesCC-BY-SA-4.0
  3. Unicode Standard - Latin-1 SupplementUnicode-3.0

Missing an answer?

Suggest a question and we'll generate an answer for it.