Upper Right Shadowed White Square

Shortcodes

Copy and paste codes for Upper Right Shadowed White Square symbol ❒ to use in your websites, apps, blogs, and more.

Unicode
U+2752
HTML Code
❒
HEX Code
❒
CSS Code
\2752
JS/JSON
\u2752
Unix/C/PHP/JAVA
0x2752
URL-encode
%E2%9D%92
copied

Customize Upper Right Shadowed White Square Symbol

Customize ❒ symbol as you like and download Upper Right Shadowed White 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 Upper Right Shadowed White Square symbol in HTML, CSS, and JS?

Insert ❒ Upper Right Shadowed White Square using HTML

1. Copy-paste Upper Right Shadowed White Square directly:
<span>❒</span>
2. HTML Decimal Code:
<span>&#10066;</span>
3. Hexadecimal Code:
<span>&#x2752;</span>
Preview:

Add Upper Right Shadowed White Square symbol with CSS

.upper-right-shadowed-white-square::before {
    content: '\\2752';
}
Preview: Upper Right Shadowed White Square

Upper Right Shadowed White Square JavaScript Code

1. Direct Symbol:
document.querySelector('.upper-right-shadowed-white-square').textContent = '❒';
2. Unicode Escape for ❒:
document.querySelector('.upper-right-shadowed-white-square').textContent = '\u2752';
Preview: