Right Angle Variant With Square

Shortcodes

Copy and paste codes for Right Angle Variant With Square symbol ⦜ to use in your websites, apps, blogs, and more.

Unicode
U+299C
HTML Code
⦜
HEX Code
⦜
CSS Code
\299C
JS/JSON
\u299C
Unix/C/PHP/JAVA
0x299C
URL-encode
%E2%A6%9C
copied

Customize Right Angle Variant With Square Symbol

Customize ⦜ symbol as you like and download Right Angle Variant With 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 Right Angle Variant With Square symbol in HTML, CSS, and JS?

Insert ⦜ Right Angle Variant With Square using HTML

1. Copy-paste Right Angle Variant With Square directly:
<span>⦜</span>
2. HTML Decimal Code:
<span>&#10652;</span>
3. Hexadecimal Code:
<span>&#x299C;</span>
Preview:

Add Right Angle Variant With Square symbol with CSS

.right-angle-variant-with-square::before {
    content: '\\299C';
}
Preview: Right Angle Variant With Square

Right Angle Variant With Square JavaScript Code

1. Direct Symbol:
document.querySelector('.right-angle-variant-with-square').textContent = '⦜';
2. Unicode Escape for ⦜:
document.querySelector('.right-angle-variant-with-square').textContent = '\u299C';
Preview: