Wreath Product

Shortcodes

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

Unicode
U+2240
HTML Code
≀
HEX Code
≀
CSS Code
\2240
JS/JSON
\u2240
Unix/C/PHP/JAVA
0x2240
URL-encode
%E2%89%80
copied

Customize Wreath Product Symbol

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

Insert ≀ Wreath Product using HTML

1. Copy-paste Wreath Product directly:
<span>≀</span>
2. HTML Decimal Code:
<span>&#8768;</span>
3. Hexadecimal Code:
<span>&#x2240;</span>
Preview:

Add Wreath Product symbol with CSS

.wreath-product::before {
    content: '\\2240';
}
Preview: Wreath Product

Wreath Product JavaScript Code

1. Direct Symbol:
document.querySelector('.wreath-product').textContent = '≀';
2. Unicode Escape for ≀:
document.querySelector('.wreath-product').textContent = '\u2240';
Preview: