Smash Product

Shortcodes

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

Unicode
U+2A33
HTML Code
⨳
HEX Code
⨳
CSS Code
\2A33
JS/JSON
\u2A33
Unix/C/PHP/JAVA
0x2A33
URL-encode
%E2%A8%B3
copied

Customize Smash Product Symbol

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

Insert ⨳ Smash Product using HTML

1. Copy-paste Smash Product directly:
<span>⨳</span>
2. HTML Decimal Code:
<span>&#10803;</span>
3. Hexadecimal Code:
<span>&#x2A33;</span>
Preview:

Add Smash Product symbol with CSS

.smash-product::before {
    content: '\\2A33';
}
Preview: Smash Product

Smash Product JavaScript Code

1. Direct Symbol:
document.querySelector('.smash-product').textContent = '⨳';
2. Unicode Escape for ⨳:
document.querySelector('.smash-product').textContent = '\u2A33';
Preview: