Apl Functional Symbol Omega Underbar Symbol
⍹ is the APL functional symbol “Omega underbar” (Unicode U+2379), used in APL code and technical typesetting.
U+2379
⍹ (Unicode U+2379) is an APL functional symbol known as “Omega underbar.” It appears in APL-focused code and documentation. This page helps you identify it and copy it reliably across platforms.
Apl Functional Symbol Omega Underbar Symbol Meaning
⍹ is the Unicode character named “APL FUNCTIONAL SYMBOL OMEGA UNDERBAR” (U+2379). It belongs to the “Technical & Computer” category and is primarily encountered in APL (A Programming Language) contexts. As an APL functional symbol, it typically represents a specific operator or part of an APL expression rather than a general-purpose punctuation mark. Because APL symbols are often meaningful within the language’s syntax, ⍹ is most useful when writing, searching for, or formatting APL code, transcripts, or references that must match the exact character.
Common uses
- •Writing APL programs or pseudocode that requires the exact Ω-underbar functional symbol
- •Formatting APL documentation, tutorials, or reference material that must preserve original glyphs
- •Sharing APL expressions in comments, issues, or pull requests on technical platforms
- •Creating typography or symbol sheets for APL education and training
- •Searching datasets or logs for the specific Unicode character U+2379
Examples
⍹ APL Functional Symbol Omega Underbar
- ⍹⍹ x
- ⍹y ← ⍹ z
- ⍹result ← ⍹ input
- ⍹In APL, ⍹ appears inside functional expressions.
- ⍹Copy/paste this symbol: ⍹
Variations
Ready to copy
Technical codes
| Unicode | U+2379 | |
| HTML Entity | ⍹ | |
| HTML Code | ⍹ | |
| CSS | \2379 |
FAQ
What does the Apl Functional Symbol Omega Underbar symbol mean?
⍹ is the Unicode character named “APL FUNCTIONAL SYMBOL OMEGA UNDERBAR” (U+2379). It belongs to the “Technical & Computer” category and is primarily encountered in APL (A Programming Language) contexts. As an APL functional symbol, it typically represents a specific operator or part of an APL expression rather than a general-purpose punctuation mark. Because APL symbols are often meaningful within the language’s syntax, ⍹ is most useful when writing, searching for, or formatting APL code, transcripts, or references that must match the exact character.
What Unicode character is ⍹?
⍹ is Unicode U+2379, named “APL FUNCTIONAL SYMBOL OMEGA UNDERBAR.”
How can I copy ⍹ into HTML?
Use the HTML entity: ⍹
How do I use ⍹ in CSS?
You can use the CSS escape: \\2379
How do I include ⍹ in JavaScript strings?
Use the JavaScript Unicode escape: \\u{2379}