HTML Entity/Symbol⌜(TOP LEFT CORNER )

Copy this symbol

TOP LEFT CORNER

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

⌜
⌜
U+0231C
\231c
⌜

HTML Examples

Using HTML Code value in HTML file

<span> &#8988; </span>

Using HTML Entity value in HTML file

<span> &ulcorn; </span>

CSS Example

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

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