| Nome del simbolo | Recycling Symbol |
| Versione Unicode | 0.6 |
| Unicode | U+267B |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \267B |
| Codice esadecimale | 0x267B |
| Codice HTML | ♻️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | ♻️ |
| Codifica URL (percentuale UTF-8) | %E2%99%BB%EF%B8%8F |
| Shortcode Discord / Slack | :recycle: |
| Shortcode GitHub | :recycle: |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo recycling symbol sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Recycling Symbol nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x267B, 0xFE0F) |
| Python | '\N{RECYCLING SYMBOL}' |
| Rust | '\u{267B}' |
| Swift | "\u{267B}" |
| Go | string(rune(0x267B)) |
| Ruby | "\u{267B}" |