Apl Functional Symbol Quote Underbar Symbol
⍘ is an APL technical symbol used as the “quote underbar” functional form.
U+2358
⍘ is a Unicode character named “APL FUNCTIONAL SYMBOL QUOTE UNDERBAR” (U+2358). It’s mainly seen in APL contexts where symbol-based syntax is important. Use the copy options on this page to place it reliably in documents and code-adjacent text.
Apl Functional Symbol Quote Underbar Symbol Meaning
⍘ (U+2358) is an APL technical character with the Unicode name “APL FUNCTIONAL SYMBOL QUOTE UNDERBAR.” It belongs to the category “Technical & Computer,” and it is intended for APL-related notation where underbar-style quoting is part of the functional symbol set. Like other specialized APL glyphs, it may not display correctly in every font or text environment, but it is accurate Unicode for systems that support it. When you need the exact character for APL syntax presentation, documentation, or searchable text, copying the Unicode symbol (rather than approximating with similar-looking marks) is the most reliable approach.
Common uses
- •Including APL functional symbols in documentation or reference sheets
- •Copy/pasting APL notation into tutorials, comments, or README files
- •Using the character in code-adjacent text where precise Unicode matters
- •Creating searchable text content for APL learning materials
- •Designing UI labels or tooltips that refer to APL-specific syntax
Examples
⍘ APL functional symbol quote underbar
- ⍘In APL, use ⍘ when quoting with an underbar.
- ⍘The glossary entry for ⍘ appears in the APL reference section.
- ⍘Copy ⍘ exactly for accurate rendering in APL examples.
- ⍘This tooltip shows the functional symbol ⍘ for quoting behavior.
- ⍘I used ⍘ in my notes to match the original APL syntax.
Variations
Ready to copy
Technical codes
| Unicode | U+2358 | |
| HTML Entity | ⍘ | |
| HTML Code | ⍘ | |
| CSS | \2358 |
FAQ
What is ⍘, and what does its Unicode name mean?
⍘ is the Unicode character named “APL FUNCTIONAL SYMBOL QUOTE UNDERBAR” (U+2358). The name indicates it’s an APL functional symbol related to quoting with an underbar form.
How do I copy ⍘ reliably?
Copy the character directly (⍘) and, if needed, use the provided escapes such as \\u{2358} or the HTML entity to ensure consistent text handling.
Will ⍘ display correctly on all devices?
Not always. Because it’s a specialized APL symbol, some fonts may not support it. Using Unicode-aware fonts or environments will improve compatibility.
What’s the best way to include ⍘ in HTML or code?
For HTML, use the entity (⍘). For code/Unicode tooling, use \\u{2358} or \\2358, depending on your language’s escape format.