HTML Symbol reference for
north east double arrow
Check and copy alternative codes for the north east double arrow symbol
⇗ | north east double arrow |
// Example for HTML
<span> ⇗ </span>
/* Example for CSS */
span::before {
content: "\21D7";
}