Black Universal Recycling Symbol

Shortcodes

Copy and paste codes for Black Universal Recycling Symbol ♻ to use in your websites, apps, blogs, and more.

Unicode
U+267B
HTML Code
♻
HEX Code
♻
CSS Code
\267B
JS/JSON
\u267B
Unix/C/PHP/JAVA
0x267B
URL-encode
%E2%99%BB
copied

Customize Black Universal Recycling Symbol Symbol

Customize ♻ symbol as you like and download Black Universal Recycling Symbol as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.

                        
                    

How to add Black Universal Recycling Symbol in HTML, CSS, and JS?

Insert ♻ Black Universal Recycling Symbol using HTML

1. Copy-paste Black Universal Recycling Symbol directly:
<span>♻</span>
2. HTML Decimal Code:
<span>&#9851;</span>
3. Hexadecimal Code:
<span>&#x267B;</span>
Preview:

Add Black Universal Recycling Symbol with CSS

.black-universal-recycling-symbol::before {
    content: '\\267B';
}
Preview: Black Universal Recycling Symbol

Black Universal Recycling Symbol JavaScript Code

1. Direct Symbol:
document.querySelector('.black-universal-recycling-symbol').textContent = '♻';
2. Unicode Escape for ♻:
document.querySelector('.black-universal-recycling-symbol').textContent = '\u267B';
Preview: