Short Up Tack With Underbar

Shortcodes

Copy useful codes for short up tack with underbar symbol ⫨ to use in websites, apps, blogs, and docs.

Unicode
U+2AE8
HTML Code
⫨
HEX Code
⫨
CSS Code
\2AE8
JS/JSON
\u2AE8
Unix/C/PHP/JAVA
0x2AE8
URL-encode
%E2%AB%A8

Customize Short Up Tack With Underbar

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

  

How to use Short Up Tack With Underbar Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>⫨</span>
HTML Code:
<span>&#10984;</span>
HEX Code:
<span>&#x2AE8;</span>

Add with CSS

.short-up-tack-with-underbar::before {
  content: '\\2AE8';
}

Set it in JavaScript

document.querySelector('.short-up-tack-with-underbar').textContent = '⫨';
copied