HTML Entity/Symbol⌞(BOTTOM LEFT CORNER )

Copy this symbol

BOTTOM LEFT CORNER

Click on any of the following code values to copy to clipboard.

⌞
⌞
U+0231E
\231e
⌞

HTML Examples

Using HTML Code value in HTML file

<span> &#8990; </span>

Using HTML Entity value in HTML file

<span> &dlcorn; </span>

CSS Example

Using CSS content code of the HTML entity &dlcorn; to specify in a CSS file

span { 
    content: "\231e";
}
All HTML Symbols