HTML Entity/Symbol⌖(POSITION INDICATOR )

Copy this symbol

POSITION INDICATOR

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

⌖
⌖
U+02316
\2316
⌖

HTML Examples

Using HTML Code value in HTML file

<span> &#8982; </span>

Using HTML Entity value in HTML file

<span> &target; </span>

CSS Example

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

span { 
    content: "\2316";
}
All HTML Symbols