Lower Left Quadrant Circular Arc

Shortcodes

Copy and paste codes for Lower Left Quadrant Circular Arc symbol ◟ to use in your websites, apps, blogs, and more.

Unicode
U+25DF
HTML Code
◟
HEX Code
◟
CSS Code
\25DF
JS/JSON
\u25DF
Unix/C/PHP/JAVA
0x25DF
URL-encode
%E2%97%9F
copied

Customize Lower Left Quadrant Circular Arc Symbol

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

Insert ◟ Lower Left Quadrant Circular Arc using HTML

1. Copy-paste Lower Left Quadrant Circular Arc directly:
<span>◟</span>
2. HTML Decimal Code:
<span>&#9695;</span>
3. Hexadecimal Code:
<span>&#x25DF;</span>
Preview:

Add Lower Left Quadrant Circular Arc symbol with CSS

.lower-left-quadrant-circular-arc::before {
    content: '\\25DF';
}
Preview: Lower Left Quadrant Circular Arc

Lower Left Quadrant Circular Arc JavaScript Code

1. Direct Symbol:
document.querySelector('.lower-left-quadrant-circular-arc').textContent = '◟';
2. Unicode Escape for ◟:
document.querySelector('.lower-left-quadrant-circular-arc').textContent = '\u25DF';
Preview: