Proposed Symbol: AI Generated Content Sign

This page documents a proposed private-use Unicode symbol designed to mark content that was created wholly or substantially by an artificial intelligence system. The symbol places the letters AI inside a circle, analogous in spirit to the copyright sign © (U+00A9).

AI
120 px
AI
64 px
AI
32 px
Inline text example: content generated by AI AI
18 px (inline)

Symbol Specification

PropertyValue
Code pointU+E0A9
NameAI GENERATED CONTENT SIGN
GlyphCapital letters AI inside a circle
Intended meaningMarks content that was created wholly or substantially by an AI system
StatusNot an officially encoded Unicode character. Private-use proposal for closed or controlled environments.
Unicode areaBMP Private Use Area (U+E000U+F8FF)

Why U+E0A9

  • Mnemonic link: U+E0A9 echoes U+00A9 (the copyright sign ©), making it easy to remember.
  • Private Use Area: Located in the BMP Private Use Area (U+E000U+F8FF), which is reserved for private agreements between parties.
  • Custom font mapping: Suitable for embedding in a website, PDF, or publishing workflow via a custom font or SVG fallback.

Recommended Semantics

Use the sign to indicate one of these states:

  1. Content fully generated by AI.
  2. Content substantially generated by AI and then lightly edited by a human.
Important: Do not use this symbol as a legal rights symbol. It is a provenance / disclosure mark — an indicator of how content was created, not who owns the rights.

Suggested Placement

Plain-Text Fallbacks

When the custom font or SVG glyph is unavailable, use one of these fallbacks:

FallbackContext
(AI)Shortest inline marker for plain text
[AI-generated]Bracketed label for metadata fields
AI-generatedDescriptive label for captions and notes

HTML Implementation

Using the private-use code point (requires custom font)

<span class="ai-sign" aria-label="AI-generated content">&#xE0A9;</span>

Using inline SVG (no custom font needed)

<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18"
     viewBox="0 0 512 512" role="img"
     aria-label="AI-generated content sign">
  <circle cx="256" cy="256" r="214"
          fill="none" stroke="currentColor" stroke-width="28"/>
  <text x="256" y="287" text-anchor="middle"
        font-family="sans-serif" font-size="176"
        font-weight="700" letter-spacing="-10"
        fill="currentColor">AI</text>
</svg>

Accessibility: Always include role="img" and aria-label="AI-generated content sign" on the SVG element so that screen readers announce the symbol correctly.

Comparison with Existing Unicode Symbols

SymbolCode PointNameMeaning
©U+00A9COPYRIGHT SIGNIndicates copyright ownership
®U+00AEREGISTERED SIGNIndicates a registered trademark
U+2122TRADE MARK SIGNIndicates an unregistered trademark
U+2117SOUND RECORDING COPYRIGHTCopyright in a sound recording (phonogram)
U+24B6CIRCLED LATIN CAPITAL LETTER AEnclosed letter, no legal meaning
AI U+E0A9 AI GENERATED CONTENT SIGN (proposed) Provenance mark for AI-generated content

Design Rationale

Visual Logic

The circle-plus-letters motif directly mirrors the familiar © copyright sign. This visual analogy is intentional: just as © tells readers about authorship rights, the proposed sign tells readers about authorship provenance (human vs. machine).

Private Use Area

The Unicode Private Use Area allows organisations to assign meaning to code points without conflicting with the official Unicode standard. Code point U+E0A9 will display correctly only where the same glyph mapping is installed or embedded. For interoperability, the SVG approach or plain-text fallbacks should be preferred.

Use on This Website

The CAISO brand logo in the site navigation uses this sign as an inline SVG. The letters "AI" are enclosed in a circle, visually embedded between the letters C and SO to form the CAISO name while simultaneously displaying the AI-generated content sign.