Apl Functional Symbol Left Shoe Stile

Shortcodes

Copy useful codes for apl functional symbol left shoe stile ⍧ to use in websites, apps, blogs, and docs.

Unicode
U+2367
HTML Code
⍧
HEX Code
⍧
CSS Code
\2367
JS/JSON
\u2367
Unix/C/PHP/JAVA
0x2367
URL-encode
%E2%8D%A7

Customize Apl Functional Symbol Left Shoe Stile

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

  

How to use Apl Functional Symbol Left Shoe Stile in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>⍧</span>
HTML Code:
<span>&#9063;</span>
HEX Code:
<span>&#x2367;</span>

Add with CSS

.apl-functional-symbol-left-shoe-stile::before {
  content: '\\2367';
}

Set it in JavaScript

document.querySelector('.apl-functional-symbol-left-shoe-stile').textContent = '⍧';
copied