Symbol For Vertical Tabulation
␋
Shortcodes
Copy useful codes for symbol for vertical tabulation ␋ to use in websites, apps, blogs, and docs.
Unicode
U+240B HTML Code
␋ HEX Code
␋ CSS Code
\240B JS/JSON
\u240B Unix/C/PHP/JAVA
0x240B URL-encode
%E2%90%8B Customize Symbol For Vertical Tabulation
Customize ␋, download it as SVG or PNG, or copy the generated HTML snippet.
␋
How to use Symbol For Vertical Tabulation in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>␋</span> HTML Code:
<span>␋</span> HEX Code:
<span>␋</span> Add with CSS
.symbol-for-vertical-tabulation::before {
content: '\\240B';
} Set it in JavaScript
document.querySelector('.symbol-for-vertical-tabulation').textContent = '␋';