Apl Functional Symbol Rightwards Vane

Shortcodes

Copy useful codes for apl functional symbol rightwards vane ⍆ to use in websites, apps, blogs, and docs.

Unicode
U+2346
HTML Code
⍆
HEX Code
⍆
CSS Code
\2346
JS/JSON
\u2346
Unix/C/PHP/JAVA
0x2346
URL-encode
%E2%8D%86

Customize Apl Functional Symbol Rightwards Vane

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

  

How to use Apl Functional Symbol Rightwards Vane in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>⍆</span>
HTML Code:
<span>&#9030;</span>
HEX Code:
<span>&#x2346;</span>

Add with CSS

.apl-functional-symbol-rightwards-vane::before {
  content: '\\2346';
}

Set it in JavaScript

document.querySelector('.apl-functional-symbol-rightwards-vane').textContent = '⍆';
copied