| Symboolnaam | Copyleft Symbol |
| Unicode-versie | 11.0 |
| Unicode | U+1F12F |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code | \1F12F |
| Hexadecimale code | 0x1F12F |
| HTML-code | 🄯 |
| LaTeX | \reflectbox{\copyright} |
| Symbool | 🄯 |
| URL-codering (UTF-8 procent) | %F0%9F%84%AF |
| Uitgesproken naam / schermlezer | Copyleft Symbol |
| UTF-8 | F0 9F 84 AF |
| UTF-16 | D83C DD2F |
| UTF-32 | 0001F12F |
1\documentclass{article}2\usepackage{pifont}3\reflectbox{\copyright}4\end{document}Je kunt het copyleft-symbool op de meeste moderne apparaten typen met de volgende methoden:
Use Character Map, paste from this page, or enter the code point in apps that support supplementary-plane input.
Edit → Emoji & Symbols, search "copyleft", or use Unicode Hex Input where supported.
Ctrl + Shift + U, type 1f12f, then Enter (layout-dependent).
Paste from this page or use a custom text replacement.
Paste from this page; native keyboard support is limited.
1span.copyleft::before { content: "\1F12F"; }1<span>🄯</span>De weergave van het Copyleft-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u{1F12F}' or String.fromCodePoint(0x1F12F) |
| Python | '\N{COPYLEFT SYMBOL}' or chr(127279) |
| Rust | '\u{1F12F}' |
| C / C++ | UTF-8 source or wchar_t with U+1F12F |
| Go | string(rune(0x1F12F)) |
| Ruby | "\u{1F12F}" |