Squared Square

Shortcodes

Copy and paste codes for Squared Square symbol ⧈ to use in your websites, apps, blogs, and more.

Unicode
U+29C8
HTML Code
⧈
HEX Code
⧈
CSS Code
\29C8
JS/JSON
\u29C8
Unix/C/PHP/JAVA
0x29C8
URL-encode
%E2%A7%88
copied

Customize Squared Square Symbol

Customize ⧈ symbol as you like and download Squared Square 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 Squared Square symbol in HTML, CSS, and JS?

Insert ⧈ Squared Square using HTML

1. Copy-paste Squared Square directly:
<span>⧈</span>
2. HTML Decimal Code:
<span>&#10696;</span>
3. Hexadecimal Code:
<span>&#x29C8;</span>
Preview:

Add Squared Square symbol with CSS

.squared-square::before {
    content: '\\29C8';
}
Preview: Squared Square

Squared Square JavaScript Code

1. Direct Symbol:
document.querySelector('.squared-square').textContent = '⧈';
2. Unicode Escape for ⧈:
document.querySelector('.squared-square').textContent = '\u29C8';
Preview: