Square With Lower Right Diagonal Half Black
◪
Shortcodes
Copy useful codes for square with lower right diagonal half black symbol ◪ to use in websites, apps, blogs, and docs.
Unicode
U+25EA HTML Code
◪ HEX Code
◪ CSS Code
\25EA JS/JSON
\u25EA Unix/C/PHP/JAVA
0x25EA URL-encode
%E2%97%AA Customize Square With Lower Right Diagonal Half Black
Customize ◪, download it as SVG or PNG, or copy the generated HTML snippet.
◪
How to use Square With Lower Right Diagonal Half Black Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>◪</span> HTML Code:
<span>◪</span> HEX Code:
<span>◪</span> Add with CSS
.square-with-lower-right-diagonal-half-black::before {
content: '\\25EA';
} Set it in JavaScript
document.querySelector('.square-with-lower-right-diagonal-half-black').textContent = '◪';