Righthand Interior Product

Shortcodes

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

Unicode
U+2A3D
HTML Code
⨽
HEX Code
⨽
CSS Code
\2A3D
JS/JSON
\u2A3D
Unix/C/PHP/JAVA
0x2A3D
URL-encode
%E2%A8%BD
copied

Customize Righthand Interior Product Symbol

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

Insert ⨽ Righthand Interior Product using HTML

1. Copy-paste Righthand Interior Product directly:
<span>⨽</span>
2. HTML Decimal Code:
<span>&#10813;</span>
3. Hexadecimal Code:
<span>&#x2A3D;</span>
Preview:

Add Righthand Interior Product symbol with CSS

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

Righthand Interior Product JavaScript Code

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