HTML Entity/Symbol⇅(UPWARDS ARROW LEFTWARDS OF DOWNWARDS ARROW )

Copy this symbol

UPWARDS ARROW LEFTWARDS OF DOWNWARDS ARROW

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

⇅
⇅
U+021C5
\21c5
⇅

HTML Examples

Using HTML Code value in HTML file

<span> &#8645; </span>

Using HTML Entity value in HTML file

<span> &udarr; </span>

CSS Example

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

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