Mathematical Rising Diagonal

Shortcodes

Copy and paste codes for Mathematical Rising Diagonal symbol ⟋ to use in your websites, apps, blogs, and more.

Unicode
U+27CB
HTML Code
⟋
HEX Code
⟋
CSS Code
\27CB
JS/JSON
\u27CB
Unix/C/PHP/JAVA
0x27CB
URL-encode
%E2%9F%8B
copied

Customize Mathematical Rising Diagonal Symbol

Customize ⟋ symbol as you like and download Mathematical Rising Diagonal 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 Mathematical Rising Diagonal symbol in HTML, CSS, and JS?

Insert ⟋ Mathematical Rising Diagonal using HTML

1. Copy-paste Mathematical Rising Diagonal directly:
<span>⟋</span>
2. HTML Decimal Code:
<span>&#10187;</span>
3. Hexadecimal Code:
<span>&#x27CB;</span>
Preview:

Add Mathematical Rising Diagonal symbol with CSS

.mathematical-rising-diagonal::before {
    content: '\\27CB';
}
Preview: Mathematical Rising Diagonal

Mathematical Rising Diagonal JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-rising-diagonal').textContent = '⟋';
2. Unicode Escape for ⟋:
document.querySelector('.mathematical-rising-diagonal').textContent = '\u27CB';
Preview: