Apl Functional Symbol Semicolon Underbar

Shortcodes

Copy useful codes for apl functional symbol semicolon underbar ⍮ to use in websites, apps, blogs, and docs.

Unicode
U+236E
HTML Code
⍮
HEX Code
⍮
CSS Code
\236E
JS/JSON
\u236E
Unix/C/PHP/JAVA
0x236E
URL-encode
%E2%8D%AE

Customize Apl Functional Symbol Semicolon Underbar

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

  

How to use Apl Functional Symbol Semicolon Underbar in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>⍮</span>
HTML Code:
<span>&#9070;</span>
HEX Code:
<span>&#x236E;</span>

Add with CSS

.apl-functional-symbol-semicolon-underbar::before {
  content: '\\236E';
}

Set it in JavaScript

document.querySelector('.apl-functional-symbol-semicolon-underbar').textContent = '⍮';
copied