Apl Functional Symbol Quote Underbar
⍘
Shortcodes
Copy useful codes for apl functional symbol quote underbar ⍘ to use in websites, apps, blogs, and docs.
Unicode
U+2358 HTML Code
⍘ HEX Code
⍘ CSS Code
\2358 JS/JSON
\u2358 Unix/C/PHP/JAVA
0x2358 URL-encode
%E2%8D%98 Customize Apl Functional Symbol Quote Underbar
Customize ⍘, download it as SVG or PNG, or copy the generated HTML snippet.
⍘
How to use Apl Functional Symbol Quote Underbar 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-quote-underbar::before {
content: '\\2358';
} Set it in JavaScript
document.querySelector('.apl-functional-symbol-quote-underbar').textContent = '⍘';