Apl Functional Symbol Quad Up Caret Symbol
⍓ is the APL “quad up caret” functional symbol used in APL contexts.
U+2353
⍓ (U+2353) is an APL functional symbol known as the quad up caret. It’s commonly referenced when writing or documenting APL code and symbols. Use it by copying the character directly or using its Unicode/HTML escapes.
Apl Functional Symbol Quad Up Caret Symbol Meaning
⍓ is the Unicode character for “APL FUNCTIONAL SYMBOL QUAD UP CARET” (U+2353). As an APL functional symbol, it belongs to the set of characters used to express operations and function behavior in APL notation. Depending on the surrounding APL expression, it may be interpreted as a particular functional operator as defined by the APL system you’re using. When you’re writing documentation, comments, or symbol lists, the key is to preserve the exact character so it matches the intended APL symbol.
Common uses
- •Copying the exact APL symbol into documentation or cheat sheets
- •Annotating APL code snippets in blog posts, tutorials, or comments
- •Labeling UI elements or buttons that reference APL functions
- •Transcribing APL expressions accurately in plain text communications
- •Using Unicode escapes in code editors and generators that need stable character IDs
Examples
⍓ APL quad up caret (U+2353)
- ⍓In this expression we use ⍓ as the functional symbol.
- ⍓The operator shown is ⍓ (APL quad up caret).
- ⍓Remember to copy ⍓ exactly, including its Unicode character.
- ⍓This tutorial section introduces ⍓ alongside other APL symbols.
- ⍓If your font supports it, ⍓ will display correctly in the snippet.
Variations
Ready to copy
Technical codes
| Unicode | U+2353 | |
| HTML Entity | ⍓ | |
| HTML Code | ⍓ | |
| CSS | \2353 |
FAQ
What does the Apl Functional Symbol Quad Up Caret symbol mean?
⍓ is the Unicode character for “APL FUNCTIONAL SYMBOL QUAD UP CARET” (U+2353). As an APL functional symbol, it belongs to the set of characters used to express operations and function behavior in APL notation. Depending on the surrounding APL expression, it may be interpreted as a particular functional operator as defined by the APL system you’re using. When you’re writing documentation, comments, or symbol lists, the key is to preserve the exact character so it matches the intended APL symbol.
What is the Unicode code point for ⍓?
⍓ is U+2353 (Unicode name: APL FUNCTIONAL SYMBOL QUAD UP CARET).
How can I copy ⍓ into HTML?
You can use the HTML entity ⍓.
What CSS escape can I use for this character?
Use \\2353 as the CSS escape.
Is ⍓ only used in mathematics?
No. ⍓ is specifically an APL functional symbol, so it’s mainly used in APL-related text and code contexts.