Recycling Symbol For Type-2 Plastics

Shortcodes

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

Unicode
U+2674
HTML Code
♴
HEX Code
♴
CSS Code
\2674
JS/JSON
\u2674
Unix/C/PHP/JAVA
0x2674
URL-encode
%E2%99%B4
copied

Customize Recycling Symbol For Type-2 Plastics Symbol

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

Insert ♴ Recycling Symbol For Type-2 Plastics using HTML

1. Copy-paste Recycling Symbol For Type-2 Plastics directly:
<span>♴</span>
2. HTML Decimal Code:
<span>&#9844;</span>
3. Hexadecimal Code:
<span>&#x2674;</span>
Preview:

Add Recycling Symbol For Type-2 Plastics with CSS

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

Recycling Symbol For Type-2 Plastics JavaScript Code

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