Interior Product

Shortcodes

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

Unicode
U+2A3C
HTML Code
⨼
HEX Code
⨼
CSS Code
\2A3C
JS/JSON
\u2A3C
Unix/C/PHP/JAVA
0x2A3C
URL-encode
%E2%A8%BC
copied

Customize Interior Product Symbol

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

Insert ⨼ Interior Product using HTML

1. Copy-paste Interior Product directly:
<span>⨼</span>
2. HTML Decimal Code:
<span>&#10812;</span>
3. Hexadecimal Code:
<span>&#x2A3C;</span>
Preview:

Add Interior Product symbol with CSS

.interior-product::before {
    content: '\\2A3C';
}
Preview: Interior Product

Interior Product JavaScript Code

1. Direct Symbol:
document.querySelector('.interior-product').textContent = '⨼';
2. Unicode Escape for ⨼:
document.querySelector('.interior-product').textContent = '\u2A3C';
Preview: