Cada Una

Shortcodes

Copy and paste codes for Cada Una symbol ℆ to use in your websites, apps, blogs, and more.

Unicode
U+2106
HTML Code
℆
HEX Code
℆
CSS Code
\2106
JS/JSON
\u2106
Unix/C/PHP/JAVA
0x2106
URL-encode
%E2%84%86
copied

Customize Cada Una Symbol

Customize ℆ symbol as you like and download Cada Una 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 Cada Una symbol in HTML, CSS, and JS?

Insert ℆ Cada Una using HTML

1. Copy-paste Cada Una directly:
<span>℆</span>
2. HTML Decimal Code:
<span>&#8454;</span>
3. Hexadecimal Code:
<span>&#x2106;</span>
Preview:

Add Cada Una symbol with CSS

.cada-una::before {
    content: '\\2106';
}
Preview: Cada Una

Cada Una JavaScript Code

1. Direct Symbol:
document.querySelector('.cada-una').textContent = '℆';
2. Unicode Escape for ℆:
document.querySelector('.cada-una').textContent = '\u2106';
Preview: