Apl Functional Symbol Upwards Vane

Shortcodes

Copy and paste codes for Apl Functional Symbol Upwards Vane ⍏ to use in your websites, apps, blogs, and more.

Unicode
U+234F
HTML Code
⍏
HEX Code
⍏
CSS Code
\234F
JS/JSON
\u234F
Unix/C/PHP/JAVA
0x234F
URL-encode
%E2%8D%8F
copied

Customize Apl Functional Symbol Upwards Vane Symbol

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

Insert ⍏ Apl Functional Symbol Upwards Vane using HTML

1. Copy-paste Apl Functional Symbol Upwards Vane directly:
<span>⍏</span>
2. HTML Decimal Code:
<span>&#9039;</span>
3. Hexadecimal Code:
<span>&#x234F;</span>
Preview:

Add Apl Functional Symbol Upwards Vane with CSS

.apl-functional-symbol-upwards-vane::before {
    content: '\\234F';
}
Preview: Apl Functional Symbol Upwards Vane

Apl Functional Symbol Upwards Vane JavaScript Code

1. Direct Symbol:
document.querySelector('.apl-functional-symbol-upwards-vane').textContent = '⍏';
2. Unicode Escape for ⍏:
document.querySelector('.apl-functional-symbol-upwards-vane').textContent = '\u234F';
Preview: