HTML Entity/Symbol⊥(UP TACK )

Copy this symbol

UP TACK

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

⊥
⊥
U+022A5
\22a5
⊥

HTML Examples

Using HTML Code value in HTML file

<span> &#8869; </span>

Using HTML Entity value in HTML file

<span> &bot; </span>

CSS Example

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

span { 
    content: "\22a5";
}
All HTML Symbols