Triple Plus

Shortcodes

Copy and paste codes for Triple Plus symbol ⧻ to use in your websites, apps, blogs, and more.

Unicode
U+29FB
HTML Code
⧻
HEX Code
⧻
CSS Code
\29FB
JS/JSON
\u29FB
Unix/C/PHP/JAVA
0x29FB
URL-encode
%E2%A7%BB
copied

Customize Triple Plus Symbol

Customize ⧻ symbol as you like and download Triple Plus 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 Triple Plus symbol in HTML, CSS, and JS?

Insert ⧻ Triple Plus using HTML

1. Copy-paste Triple Plus directly:
<span>⧻</span>
2. HTML Decimal Code:
<span>&#10747;</span>
3. Hexadecimal Code:
<span>&#x29FB;</span>
Preview:

Add Triple Plus symbol with CSS

.triple-plus::before {
    content: '\\29FB';
}
Preview: Triple Plus

Triple Plus JavaScript Code

1. Direct Symbol:
document.querySelector('.triple-plus').textContent = '⧻';
2. Unicode Escape for ⧻:
document.querySelector('.triple-plus').textContent = '\u29FB';
Preview: