U+2377 "" Apl Functional Symbol Epsilon Underbar Unicode Character

Unicode Version 18.0

Source: Noto Sans Math Source: Browser Default

U+2377 "" Apl Functional Symbol Epsilon Underbar is a glyph used in the APL programming language to represent a specific primitive function, often referred to as "epsilon underbar" or "set inclusion with membership test." Its primary role is to check whether each element of a right argument belongs to a left argument, returning a Boolean array that indicates membership. This symbol is part of APL's rich set of graphical operators, which rely on distinct visual cues like the underbar to differentiate related operations, such as the plain epsilon (∊) and its underbar variant. In practice, ⍷ provides a concise way to express logical filtering and set-like comparisons within APL's array-oriented paradigm.

Encodings

HTML Decimal Encoding
⍷
HTML Hex Encoding
⍷
UTF-8 Encoding
0xE2 0x8D 0xB7
UTF-16 Encoding
0x2377
UTF-32 Encoding
0x00002377
C/C++/Java Escape
\u2377