Shuffle Product

Shortcodes

Copy and paste codes for Shuffle Product symbol ⧢ to use in your websites, apps, blogs, and more.

Unicode
U+29E2
HTML Code
⧢
HEX Code
⧢
CSS Code
\29E2
JS/JSON
\u29E2
Unix/C/PHP/JAVA
0x29E2
URL-encode
%E2%A7%A2
copied

Customize Shuffle Product Symbol

Customize ⧢ symbol as you like and download Shuffle Product 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 Shuffle Product symbol in HTML, CSS, and JS?

Insert ⧢ Shuffle Product using HTML

1. Copy-paste Shuffle Product directly:
<span>⧢</span>
2. HTML Decimal Code:
<span>&#10722;</span>
3. Hexadecimal Code:
<span>&#x29E2;</span>
Preview:

Add Shuffle Product symbol with CSS

.shuffle-product::before {
    content: '\\29E2';
}
Preview: Shuffle Product

Shuffle Product JavaScript Code

1. Direct Symbol:
document.querySelector('.shuffle-product').textContent = '⧢';
2. Unicode Escape for ⧢:
document.querySelector('.shuffle-product').textContent = '\u29E2';
Preview: