North West Arrow And North East Arrow
⤧
Shortcodes
Copy useful codes for north west arrow and north east arrow symbol ⤧ to use in websites, apps, blogs, and docs.
Unicode
U+2927 HTML Code
⤧ HEX Code
⤧ CSS Code
\2927 JS/JSON
\u2927 Unix/C/PHP/JAVA
0x2927 URL-encode
%E2%A4%A7 Customize North West Arrow And North East Arrow
Customize ⤧, download it as SVG or PNG, or copy the generated HTML snippet.
⤧
How to use North West Arrow And North East Arrow Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>⤧</span> HTML Code:
<span>⤧</span> HEX Code:
<span>⤧</span> Add with CSS
.north-west-arrow-and-north-east-arrow::before {
content: '\\2927';
} Set it in JavaScript
document.querySelector('.north-west-arrow-and-north-east-arrow').textContent = '⤧';