Apl Functional Symbol Delta Stile

Shortcodes

Copy and paste codes for Apl Functional Symbol Delta Stile ⍋ to use in your websites, apps, blogs, and more.

Unicode
U+234B
HTML Code
⍋
HEX Code
⍋
CSS Code
\234B
JS/JSON
\u234B
Unix/C/PHP/JAVA
0x234B
URL-encode
%E2%8D%8B
copied

Customize Apl Functional Symbol Delta Stile Symbol

Customize ⍋ symbol as you like and download Apl Functional Symbol Delta Stile 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 Delta Stile in HTML, CSS, and JS?

Insert ⍋ Apl Functional Symbol Delta Stile using HTML

1. Copy-paste Apl Functional Symbol Delta Stile directly:
<span>⍋</span>
2. HTML Decimal Code:
<span>&#9035;</span>
3. Hexadecimal Code:
<span>&#x234B;</span>
Preview:

Add Apl Functional Symbol Delta Stile with CSS

.apl-functional-symbol-delta-stile::before {
    content: '\\234B';
}
Preview: Apl Functional Symbol Delta Stile

Apl Functional Symbol Delta Stile JavaScript Code

1. Direct Symbol:
document.querySelector('.apl-functional-symbol-delta-stile').textContent = '⍋';
2. Unicode Escape for ⍋:
document.querySelector('.apl-functional-symbol-delta-stile').textContent = '\u234B';
Preview: