Recycling Symbol For Type-5 Plastics

Shortcodes

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

Unicode
U+2677
HTML Code
♷
HEX Code
♷
CSS Code
\2677
JS/JSON
\u2677
Unix/C/PHP/JAVA
0x2677
URL-encode
%E2%99%B7

Customize Recycling Symbol For Type-5 Plastics

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

  

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

Insert in HTML

1. Direct symbol:
<span>♷</span>
HTML Code:
<span>&#9847;</span>
HEX Code:
<span>&#x2677;</span>

Add with CSS

.recycling-symbol-for-type-5-plastics::before {
  content: '\\2677';
}

Set it in JavaScript

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