Apl Functional Symbol Circle Stile
⌽
Shortcodes
Copy useful codes for apl functional symbol circle stile ⌽ to use in websites, apps, blogs, and docs.
Unicode
U+233D HTML Code
⌽ HEX Code
⌽ CSS Code
\233D JS/JSON
\u233D Unix/C/PHP/JAVA
0x233D URL-encode
%E2%8C%BD Customize Apl Functional Symbol Circle Stile
Customize ⌽, download it as SVG or PNG, or copy the generated HTML snippet.
⌽
How to use Apl Functional Symbol Circle Stile in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>⌽</span> HTML Code:
<span>⌽</span> HEX Code:
<span>⌽</span> Add with CSS
.apl-functional-symbol-circle-stile::before {
content: '\\233D';
} Set it in JavaScript
document.querySelector('.apl-functional-symbol-circle-stile').textContent = '⌽';