Apl Functional Symbol Quad Less-than Symbol
⍃ is an APL functional symbol known as quad less-than (Unicode U+2343).
U+2343
⍃ (Unicode U+2343) is labeled as an APL functional symbol quad less-than. It’s primarily used in APL contexts where specific built-in functions are represented by single glyphs. This page helps you understand the symbol and copy it reliably.
Apl Functional Symbol Quad Less-than Symbol Meaning
⍃ is the Unicode character named “APL functional symbol quad less-than” (U+2343). As an APL functional symbol, it is typically meaningful within APL code, where glyphs correspond to specific operations or function forms. The name “quad less-than” indicates a less-than related function written using a “quad” APL style symbol variant. In practice, you’ll see ⍃ when reading or writing APL expressions that require this particular function glyph. If you’re copying from documentation or source code, ensure your font and input method support Unicode U+2343 so the symbol renders correctly.
Common uses
- •Copying an APL function glyph from documentation or reference charts
- •Writing or editing APL expressions that specifically require the quad less-than symbol
- •Labeling code snippets or teaching material about APL syntax
- •Searching codebases for occurrences of Unicode U+2343 in APL scripts
- •Formatting technical text where exact APL glyphs must be preserved
Examples
⍃ APL functional symbol quad less-than
- ⍃“Here ⍃ selects values using the quad less-than APL function.”
- ⍃“The expression uses ⍃ as a functional symbol in the APL line.”
- ⍃“I replaced a missing glyph with ⍃ (U+2343) to match the original code.”
- ⍃“In APL, ⍃ appears next to other function symbols in the derived expression.”
- ⍃“Make sure your editor can display ⍃ so the code remains readable.”
Variations
Ready to copy
Technical codes
| Unicode | U+2343 | |
| HTML Entity | ⍃ | |
| HTML Code | ⍃ | |
| CSS | \2343 |
FAQ
What does the Apl Functional Symbol Quad Less-than symbol mean?
⍃ is the Unicode character named “APL functional symbol quad less-than” (U+2343). As an APL functional symbol, it is typically meaningful within APL code, where glyphs correspond to specific operations or function forms. The name “quad less-than” indicates a less-than related function written using a “quad” APL style symbol variant. In practice, you’ll see ⍃ when reading or writing APL expressions that require this particular function glyph. If you’re copying from documentation or source code, ensure your font and input method support Unicode U+2343 so the symbol renders correctly.
What is the Unicode code point for ⍃?
⍃ is Unicode U+2343.
How can I copy ⍃ reliably into code or text?
Copy the character directly as “⍃”, or use its escapes: HTML entity ⍃, CSS escape \\\\2343, or JavaScript escape \\u{2343}.
Is ⍃ an operator or a standalone character outside APL?
It is specifically identified as an APL functional symbol. Outside APL contexts it may not have a defined meaning.
Why does ⍃ sometimes display as a box or missing glyph?
Some fonts or editors may not support the character. Using a Unicode-capable font and verifying U+2343 support usually fixes rendering.