Square With Contoured Outline

Shortcodes

Copy and paste codes for Square With Contoured Outline symbol ⧠ to use in your websites, apps, blogs, and more.

Unicode
U+29E0
HTML Code
⧠
HEX Code
⧠
CSS Code
\29E0
JS/JSON
\u29E0
Unix/C/PHP/JAVA
0x29E0
URL-encode
%E2%A7%A0
copied

Customize Square With Contoured Outline Symbol

Customize ⧠ symbol as you like and download Square With Contoured Outline 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 Square With Contoured Outline symbol in HTML, CSS, and JS?

Insert ⧠ Square With Contoured Outline using HTML

1. Copy-paste Square With Contoured Outline directly:
<span>⧠</span>
2. HTML Decimal Code:
<span>&#10720;</span>
3. Hexadecimal Code:
<span>&#x29E0;</span>
Preview:

Add Square With Contoured Outline symbol with CSS

.square-with-contoured-outline::before {
    content: '\\29E0';
}
Preview: Square With Contoured Outline

Square With Contoured Outline JavaScript Code

1. Direct Symbol:
document.querySelector('.square-with-contoured-outline').textContent = '⧠';
2. Unicode Escape for ⧠:
document.querySelector('.square-with-contoured-outline').textContent = '\u29E0';
Preview: