Up Arrowhead

Shortcodes

Copy useful codes for up arrowhead symbol ⌃ to use in websites, apps, blogs, and docs.

Unicode
U+2303
HTML Code
⌃
HEX Code
⌃
CSS Code
\2303
JS/JSON
\u2303
Unix/C/PHP/JAVA
0x2303
URL-encode
%E2%8C%83

Customize Up Arrowhead

Customize ⌃, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Up Arrowhead Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>⌃</span>
HTML Code:
<span>&#8963;</span>
HEX Code:
<span>&#x2303;</span>

Add with CSS

.up-arrowhead::before {
  content: '\\2303';
}

Set it in JavaScript

document.querySelector('.up-arrowhead').textContent = '⌃';

Related Arrow Symbols

View all Arrow Symbols
copied