Square Four Corners

Shortcodes

Copy and paste codes for Square Four Corners symbol ⛶ to use in your websites, apps, blogs, and more.

Unicode
U+26F6
HTML Code
⛶
HEX Code
⛶
CSS Code
\26F6
JS/JSON
\u26F6
Unix/C/PHP/JAVA
0x26F6
URL-encode
%E2%9B%B6
copied

Customize Square Four Corners Symbol

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

Insert ⛶ Square Four Corners using HTML

1. Copy-paste Square Four Corners directly:
<span>⛶</span>
2. HTML Decimal Code:
<span>&#9974;</span>
3. Hexadecimal Code:
<span>&#x26F6;</span>
Preview:

Add Square Four Corners symbol with CSS

.square-four-corners::before {
    content: '\\26F6';
}
Preview: Square Four Corners

Square Four Corners JavaScript Code

1. Direct Symbol:
document.querySelector('.square-four-corners').textContent = '⛶';
2. Unicode Escape for ⛶:
document.querySelector('.square-four-corners').textContent = '\u26F6';
Preview: