Universal Recycling Symbol

Shortcodes

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

Unicode
U+2672
HTML Code
♲
HEX Code
♲
CSS Code
\2672
JS/JSON
\u2672
Unix/C/PHP/JAVA
0x2672
URL-encode
%E2%99%B2
copied

Customize Universal Recycling Symbol Symbol

Customize ♲ symbol as you like and download 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 Universal Recycling Symbol in HTML, CSS, and JS?

Insert ♲ Universal Recycling Symbol using HTML

1. Copy-paste Universal Recycling Symbol directly:
<span>♲</span>
2. HTML Decimal Code:
<span>&#9842;</span>
3. Hexadecimal Code:
<span>&#x2672;</span>
Preview:

Add Universal Recycling Symbol with CSS

.universal-recycling-symbol::before {
    content: '\\2672';
}
Preview: Universal Recycling Symbol

Universal Recycling Symbol JavaScript Code

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