Top Left Crop

Shortcodes

Copy and paste codes for Top Left Crop symbol ⌏ to use in your websites, apps, blogs, and more.

Unicode
U+230F
HTML Code
⌏
HEX Code
⌏
CSS Code
\230F
JS/JSON
\u230F
Unix/C/PHP/JAVA
0x230F
URL-encode
%E2%8C%8F
copied

Customize Top Left Crop Symbol

Customize ⌏ symbol as you like and download Top Left Crop 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 Top Left Crop symbol in HTML, CSS, and JS?

Insert ⌏ Top Left Crop using HTML

1. Copy-paste Top Left Crop directly:
<span>⌏</span>
2. HTML Decimal Code:
<span>&#8975;</span>
3. Hexadecimal Code:
<span>&#x230F;</span>
Preview:

Add Top Left Crop symbol with CSS

.top-left-crop::before {
    content: '\\230F';
}
Preview: Top Left Crop

Top Left Crop JavaScript Code

1. Direct Symbol:
document.querySelector('.top-left-crop').textContent = '⌏';
2. Unicode Escape for ⌏:
document.querySelector('.top-left-crop').textContent = '\u230F';
Preview: