HTML Entity/Symbol⊤(DOWN TACK )

Copy this symbol

DOWN TACK

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

⊤
⊤
U+022A4
\22a4
⊤

HTML Examples

Using HTML Code value in HTML file

<span> &#8868; </span>

Using HTML Entity value in HTML file

<span> &DownTee; </span>

CSS Example

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

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