Upper Right Quadrant Circular Arc

Shortcodes

Copy and paste codes for Upper Right Quadrant Circular Arc symbol ◝ to use in your websites, apps, blogs, and more.

Unicode
U+25DD
HTML Code
◝
HEX Code
◝
CSS Code
\25DD
JS/JSON
\u25DD
Unix/C/PHP/JAVA
0x25DD
URL-encode
%E2%97%9D
copied

Customize Upper Right Quadrant Circular Arc Symbol

Customize ◝ symbol as you like and download Upper Right Quadrant Circular Arc 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 Upper Right Quadrant Circular Arc symbol in HTML, CSS, and JS?

Insert ◝ Upper Right Quadrant Circular Arc using HTML

1. Copy-paste Upper Right Quadrant Circular Arc directly:
<span>◝</span>
2. HTML Decimal Code:
<span>&#9693;</span>
3. Hexadecimal Code:
<span>&#x25DD;</span>
Preview:

Add Upper Right Quadrant Circular Arc symbol with CSS

.upper-right-quadrant-circular-arc::before {
    content: '\\25DD';
}
Preview: Upper Right Quadrant Circular Arc

Upper Right Quadrant Circular Arc JavaScript Code

1. Direct Symbol:
document.querySelector('.upper-right-quadrant-circular-arc').textContent = '◝';
2. Unicode Escape for ◝:
document.querySelector('.upper-right-quadrant-circular-arc').textContent = '\u25DD';
Preview: