Short Up Tack Above Short Down Tack

Shortcodes

Copy useful codes for short up tack above short down tack symbol ⫩ to use in websites, apps, blogs, and docs.

Unicode
U+2AE9
HTML Code
⫩
HEX Code
⫩
CSS Code
\2AE9
JS/JSON
\u2AE9
Unix/C/PHP/JAVA
0x2AE9
URL-encode
%E2%AB%A9

Customize Short Up Tack Above Short Down Tack

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

  

How to use Short Up Tack Above Short Down Tack Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>⫩</span>
HTML Code:
<span>&#10985;</span>
HEX Code:
<span>&#x2AE9;</span>

Add with CSS

.short-up-tack-above-short-down-tack::before {
  content: '\\2AE9';
}

Set it in JavaScript

document.querySelector('.short-up-tack-above-short-down-tack').textContent = '⫩';
copied