HTML Entity/Symbol⤒(UPWARDS ARROW TO BAR )

Copy this symbol

UPWARDS ARROW TO BAR

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

⤒
⤒
U+02912
\2912
⤒

HTML Examples

Using HTML Code value in HTML file

<span> &#10514; </span>

Using HTML Entity value in HTML file

<span> &UpArrowBar; </span>

CSS Example

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

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