| Symbol Name | Copyright |
| Unicode Version | 0.6 |
| Unicode | U+00A9 |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \00A9 |
| Hex Code | 0x00A9 |
| HTML Code | ©️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | ©️ |
| URL encode (UTF-8 percent) | %C2%A9%EF%B8%8F |
| Discord / Slack shortcode | :copyright: |
| GitHub shortcode | :copyright: |
| Spoken / screen reader name | Copyright |
| UTF-8 | C2 A9 EF B8 8F |
| UTF-16 | 00A9 FE0F |
| UTF-32 | 000000A9 0000FE0F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the copyright symbol on most modern devices with the help of following methods:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Symbols & Signs in emoji keyboard.
Edit → Emoji & Symbols, search "copyright".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "copyright".
Emoji keyboard → Symbols; search "copyright".
1span.copyright::before { content: "\00A9"; } /* prefer inline grapheme for ZWJ */1<span>©️</span>Copyright symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0xA9, 0xFE0F) |
| Python | '\N{COPYRIGHT}' |
| Rust | '\u{00A9}' |
| Swift | "\u{00A9}" |
| Go | string(rune(0x00A9)) |
| Ruby | "\u{00A9}" |