Amalgamation Or Coproduct

⨿

Shortcodes

Copy and paste codes for Amalgamation Or Coproduct symbol ⨿ to use in your websites, apps, blogs, and more.

Unicode
U+2A3F
HTML Code
⨿
HEX Code
⨿
CSS Code
\2A3F
JS/JSON
\u2A3F
Unix/C/PHP/JAVA
0x2A3F
URL-encode
%E2%A8%BF
copied

Customize Amalgamation Or Coproduct Symbol

Customize ⨿ symbol as you like and download Amalgamation Or Coproduct 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 Amalgamation Or Coproduct symbol in HTML, CSS, and JS?

Insert ⨿ Amalgamation Or Coproduct using HTML

1. Copy-paste Amalgamation Or Coproduct directly:
<span>⨿</span>
2. HTML Decimal Code:
<span>&#10815;</span>
3. Hexadecimal Code:
<span>&#x2A3F;</span>
Preview: ⨿

Add Amalgamation Or Coproduct symbol with CSS

.amalgamation-or-coproduct::before {
    content: '\\2A3F';
}
Preview: Amalgamation Or Coproduct

Amalgamation Or Coproduct JavaScript Code

1. Direct Symbol:
document.querySelector('.amalgamation-or-coproduct').textContent = '⨿';
2. Unicode Escape for ⨿:
document.querySelector('.amalgamation-or-coproduct').textContent = '\u2A3F';
Preview: ⨿