HTML Entity/Symbol↧(DOWNWARDS ARROW FROM BAR )

Copy this symbol

DOWNWARDS ARROW FROM BAR

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

↧
↧
U+021A7
\21a7
↧

HTML Examples

Using HTML Code value in HTML file

<span> &#8615; </span>

Using HTML Entity value in HTML file

<span> &DownTeeArrow; </span>

CSS Example

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

span { 
    content: "\21a7";
}
All HTML Symbols