Recycling Symbol For Type-6 Plastics

Shortcodes

Copy and paste codes for Recycling Symbol For Type-6 Plastics ♸ to use in your websites, apps, blogs, and more.

Unicode
U+2678
HTML Code
♸
HEX Code
♸
CSS Code
\2678
JS/JSON
\u2678
Unix/C/PHP/JAVA
0x2678
URL-encode
%E2%99%B8
copied

Customize Recycling Symbol For Type-6 Plastics Symbol

Customize ♸ symbol as you like and download Recycling Symbol For Type-6 Plastics 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 Recycling Symbol For Type-6 Plastics in HTML, CSS, and JS?

Insert ♸ Recycling Symbol For Type-6 Plastics using HTML

1. Copy-paste Recycling Symbol For Type-6 Plastics directly:
<span>♸</span>
2. HTML Decimal Code:
<span>&#9848;</span>
3. Hexadecimal Code:
<span>&#x2678;</span>
Preview:

Add Recycling Symbol For Type-6 Plastics with CSS

.recycling-symbol-for-type-6-plastics::before {
    content: '\\2678';
}
Preview: Recycling Symbol For Type-6 Plastics

Recycling Symbol For Type-6 Plastics JavaScript Code

1. Direct Symbol:
document.querySelector('.recycling-symbol-for-type-6-plastics').textContent = '♸';
2. Unicode Escape for ♸:
document.querySelector('.recycling-symbol-for-type-6-plastics').textContent = '\u2678';
Preview: