| Symboolnaam | Recycling Symbol |
| Unicode-versie | 0.6 |
| Unicode | U+267B |
| Unicode-blok | |
| Algemene categorie | Emoji (So) |
| CSS-code | \267B |
| Hexadecimale code | 0x267B |
| HTML-code | ♻️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbool | ♻️ |
| URL-codering (UTF-8 procent) | %E2%99%BB%EF%B8%8F |
| Discord / Slack-shortcode | :recycle: |
| GitHub-shortcode | :recycle: |
| Uitgesproken naam / schermlezer | Recycling Symbol |
| UTF-8 | E2 99 BB EF B8 8F |
| UTF-16 | 267B FE0F |
| UTF-32 | 0000267B 0000FE0F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Je kunt het recycling symbol-symbool op de meeste moderne apparaten typen met de volgende methoden:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Symbols & Signs in emoji keyboard.
Edit → Emoji & Symbols, search "recycling symbol".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "recycling symbol".
Emoji keyboard → Symbols; search "recycling symbol".
1span.recycling-symbol::before { content: "\267B"; } /* prefer inline grapheme for ZWJ */1<span>♻️</span>De weergave van het Recycling Symbol-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x267B, 0xFE0F) |
| Python | '\N{RECYCLING SYMBOL}' |
| Rust | '\u{267B}' |
| Swift | "\u{267B}" |
| Go | string(rune(0x267B)) |
| Ruby | "\u{267B}" |