Semidirect Product With Bottom Closed

Shortcodes

Copy and paste codes for Semidirect Product With Bottom Closed symbol ⨲ to use in your websites, apps, blogs, and more.

Unicode
U+2A32
HTML Code
⨲
HEX Code
⨲
CSS Code
\2A32
JS/JSON
\u2A32
Unix/C/PHP/JAVA
0x2A32
URL-encode
%E2%A8%B2
copied

Customize Semidirect Product With Bottom Closed Symbol

Customize ⨲ symbol as you like and download Semidirect Product With Bottom Closed 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 Semidirect Product With Bottom Closed symbol in HTML, CSS, and JS?

Insert ⨲ Semidirect Product With Bottom Closed using HTML

1. Copy-paste Semidirect Product With Bottom Closed directly:
<span>⨲</span>
2. HTML Decimal Code:
<span>&#10802;</span>
3. Hexadecimal Code:
<span>&#x2A32;</span>
Preview:

Add Semidirect Product With Bottom Closed symbol with CSS

.semidirect-product-with-bottom-closed::before {
    content: '\\2A32';
}
Preview: Semidirect Product With Bottom Closed

Semidirect Product With Bottom Closed JavaScript Code

1. Direct Symbol:
document.querySelector('.semidirect-product-with-bottom-closed').textContent = '⨲';
2. Unicode Escape for ⨲:
document.querySelector('.semidirect-product-with-bottom-closed').textContent = '\u2A32';
Preview: