Apl Functional Symbol Semicolon Underbar

Shortcodes

Copy and paste codes for Apl Functional Symbol Semicolon Underbar ⍮ to use in your websites, apps, blogs, and more.

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

Customize Apl Functional Symbol Semicolon Underbar Symbol

Customize ⍮ symbol as you like and download Apl Functional Symbol Semicolon Underbar as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.

                        
                    

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

Insert ⍮ Apl Functional Symbol Semicolon Underbar using HTML

1. Copy-paste Apl Functional Symbol Semicolon Underbar directly:
<span>⍮</span>
2. HTML Decimal Code:
<span>&#9070;</span>
3. Hexadecimal Code:
<span>&#x236E;</span>
Preview:

Add Apl Functional Symbol Semicolon Underbar with CSS

.apl-functional-symbol-semicolon-underbar::before {
    content: '\\236E';
}
Preview: Apl Functional Symbol Semicolon Underbar

Apl Functional Symbol Semicolon Underbar JavaScript Code

1. Direct Symbol:
document.querySelector('.apl-functional-symbol-semicolon-underbar').textContent = '⍮';
2. Unicode Escape for ⍮:
document.querySelector('.apl-functional-symbol-semicolon-underbar').textContent = '\u236E';
Preview: