Up Arrow with Double Stroke

If you have ever needed a ⇞ Up Arrow with Double Stroke Symbol for work or school, but could not find it on your keyboard, you can copy and paste the symbol above or by clicking the button below.

Copy ⇞ Symbol to Clipboard

Up Arrow with Double Stroke Codes

U+021DE

Unicode

⇞

Hex Code

⇞

HTML Code

\21DE

CSS Code

Up Arrow with Double Stroke Code Examples

HTML Example

<span> &#8670; </span>

CSS Example

span {
   content: "\21DE";
}

Symbol Copied!