HTML Entity/Symbol⌓(SEGMENT )

Copy this symbol

SEGMENT

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

⌓
⌓
U+02313
\2313
⌓

HTML Examples

Using HTML Code value in HTML file

<span> &#8979; </span>

Using HTML Entity value in HTML file

<span> &profsurf; </span>

CSS Example

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

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