Lower Right Drop-shadowed White Square

Shortcodes

Copy and paste codes for Lower Right Drop-shadowed White Square symbol ❏ to use in your websites, apps, blogs, and more.

Unicode
U+274F
HTML Code
❏
HEX Code
❏
CSS Code
\274F
JS/JSON
\u274F
Unix/C/PHP/JAVA
0x274F
URL-encode
%E2%9D%8F
copied

Customize Lower Right Drop-shadowed White Square Symbol

Customize ❏ symbol as you like and download Lower Right Drop-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 Lower Right Drop-shadowed White Square symbol in HTML, CSS, and JS?

Insert ❏ Lower Right Drop-shadowed White Square using HTML

1. Copy-paste Lower Right Drop-shadowed White Square directly:
<span>❏</span>
2. HTML Decimal Code:
<span>&#10063;</span>
3. Hexadecimal Code:
<span>&#x274F;</span>
Preview:

Add Lower Right Drop-shadowed White Square symbol with CSS

.lower-right-drop-shadowed-white-square::before {
    content: '\\274F';
}
Preview: Lower Right Drop-shadowed White Square

Lower Right Drop-shadowed White Square JavaScript Code

1. Direct Symbol:
document.querySelector('.lower-right-drop-shadowed-white-square').textContent = '❏';
2. Unicode Escape for ❏:
document.querySelector('.lower-right-drop-shadowed-white-square').textContent = '\u274F';
Preview: