HTML Entity/Symbol⤓(DOWNWARDS ARROW TO BAR )

Copy this symbol

DOWNWARDS ARROW TO BAR

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

⤓
⤓
U+02913
\2913
⤓

HTML Examples

Using HTML Code value in HTML file

<span> &#10515; </span>

Using HTML Entity value in HTML file

<span> &DownArrowBar; </span>

CSS Example

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

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