Recycling Symbol For Type-6 Plastics

Shortcodes

Copy useful codes for recycling symbol for type-6 plastics ♸ to use in websites, apps, blogs, and docs.

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

Customize Recycling Symbol For Type-6 Plastics

Customize ♸, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Recycling Symbol For Type-6 Plastics in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>♸</span>
HTML Code:
<span>&#9848;</span>
HEX Code:
<span>&#x2678;</span>

Add with CSS

.recycling-symbol-for-type-6-plastics::before {
  content: '\\2678';
}

Set it in JavaScript

document.querySelector('.recycling-symbol-for-type-6-plastics').textContent = '♸';
copied