Recycling Symbol For Type-4 Plastics

Shortcodes

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

Unicode
U+2676
HTML Code
♶
HEX Code
♶
CSS Code
\2676
JS/JSON
\u2676
Unix/C/PHP/JAVA
0x2676
URL-encode
%E2%99%B6

Customize Recycling Symbol For Type-4 Plastics

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

  

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

Insert in HTML

1. Direct symbol:
<span>♶</span>
HTML Code:
<span>&#9846;</span>
HEX Code:
<span>&#x2676;</span>

Add with CSS

.recycling-symbol-for-type-4-plastics::before {
  content: '\\2676';
}

Set it in JavaScript

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