Recycling Symbol For Type-7 Plastics

Shortcodes

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

Unicode
U+2679
HTML Code
♹
HEX Code
♹
CSS Code
\2679
JS/JSON
\u2679
Unix/C/PHP/JAVA
0x2679
URL-encode
%E2%99%B9

Customize Recycling Symbol For Type-7 Plastics

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

  

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

Insert in HTML

1. Direct symbol:
<span>♹</span>
HTML Code:
<span>&#9849;</span>
HEX Code:
<span>&#x2679;</span>

Add with CSS

.recycling-symbol-for-type-7-plastics::before {
  content: '\\2679';
}

Set it in JavaScript

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