HTML Entity/Symbol↗(NORTH EAST ARROW )

Copy this symbol

NORTH EAST ARROW

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

↗
↗
U+02197
\2197
↗

HTML Examples

Using HTML Code value in HTML file

<span> &#8599; </span>

Using HTML Entity value in HTML file

<span> &nearr; </span>

CSS Example

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

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