| Symbol Name | Recycling Symbol |
| Unicode Version | 0.6 |
| Unicode | U+267B |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \267B |
| Hex Code | 0x267B |
| HTML Code | ♻️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | ♻️ |
| URL encode (UTF-8 percent) | %E2%99%BB%EF%B8%8F |
| Discord / Slack shortcode | :recycle: |
| GitHub shortcode | :recycle: |
| Spoken / screen reader name | 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}You can type the recycling symbol 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 "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>Recycling Symbol symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x267B, 0xFE0F) |
| Python | '\N{RECYCLING SYMBOL}' |
| Rust | '\u{267B}' |
| Swift | "\u{267B}" |
| Go | string(rune(0x267B)) |
| Ruby | "\u{267B}" |