South East Arrow To Corner

Shortcodes

Copy and paste codes for South East Arrow To Corner symbol ⇲ to use in your websites, apps, blogs, and more.

Unicode
U+21F2
HTML Code
⇲
HEX Code
⇲
CSS Code
\21F2
JS/JSON
\u21F2
Unix/C/PHP/JAVA
0x21F2
URL-encode
%E2%87%B2
copied

Customize South East Arrow To Corner Symbol

Customize ⇲ symbol as you like and download South East Arrow To Corner 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 South East Arrow To Corner symbol in HTML, CSS, and JS?

Insert ⇲ South East Arrow To Corner using HTML

1. Copy-paste South East Arrow To Corner directly:
<span>⇲</span>
2. HTML Decimal Code:
<span>&#8690;</span>
3. Hexadecimal Code:
<span>&#x21F2;</span>
Preview:

Add South East Arrow To Corner symbol with CSS

.south-east-arrow-to-corner::before {
    content: '\\21F2';
}
Preview: South East Arrow To Corner

South East Arrow To Corner JavaScript Code

1. Direct Symbol:
document.querySelector('.south-east-arrow-to-corner').textContent = '⇲';
2. Unicode Escape for ⇲:
document.querySelector('.south-east-arrow-to-corner').textContent = '\u21F2';
Preview: