Apl Functional Symbol Del Tilde Symbol
⍫ is the APL Functional Symbol Del Tilde (U+236B), used in APL code to represent a specific functional operation.
U+236B
⍫ (U+236B) is an APL technical symbol. It’s most often encountered in APL programming contexts and fonts that support APL Unicode characters. Use the copy options below to include it in documents or code.
Apl Functional Symbol Del Tilde Symbol Meaning
⍫ is named “APL FUNCTIONAL SYMBOL DEL TILDE” and has Unicode code point U+236B (HTML entity: ⍫). As an APL functional symbol, it participates in APL expressions where specific function meanings are defined by the language. In practice, you’ll use it when writing or sharing APL code that relies on that particular symbol, or when reproducing existing APL text exactly (for example in tutorials, code samples, logs, or documentation). Because APL symbols are strongly tied to the programming environment and font support, always verify that your editor and font render the character correctly.
Common uses
- •Copying APL code samples that include the DEL TILDE functional symbol
- •Writing documentation or comments for APL functions that require an exact symbol
- •Sharing bug reports or logs from APL tools that output this character
- •Creating subtitles or slide text where the symbol must match the original APL notation
- •Transcribing existing APL source files into a new editor or workflow
Examples
⍫ APL Functional Symbol Del Tilde
- ⍫⍫ x
- ⍫y ← ⍫ y
- ⍫result ← ⍫ input
- ⍫In APL, ⍫ denotes a functional symbol in expressions
- ⍫⍫⍣⍳
Variations
Ready to copy
Technical codes
| Unicode | U+236B | |
| HTML Entity | ⍫ | |
| HTML Code | ⍫ | |
| CSS | \236B |
FAQ
What does the Apl Functional Symbol Del Tilde symbol mean?
⍫ is named “APL FUNCTIONAL SYMBOL DEL TILDE” and has Unicode code point U+236B (HTML entity: ⍫). As an APL functional symbol, it participates in APL expressions where specific function meanings are defined by the language. In practice, you’ll use it when writing or sharing APL code that relies on that particular symbol, or when reproducing existing APL text exactly (for example in tutorials, code samples, logs, or documentation). Because APL symbols are strongly tied to the programming environment and font support, always verify that your editor and font render the character correctly.
What Unicode character is ⍫?
⍫ is “APL FUNCTIONAL SYMBOL DEL TILDE” with Unicode code point U+236B.
How can I paste ⍫ into HTML?
Use the provided HTML entity: ⍫.
What’s the CSS escape for ⍫?
The CSS escape is: \\236B.
Will ⍫ display correctly in every font?
Not always. ⍫ is an APL Unicode symbol, so you may need an APL-capable font or Unicode-supporting environment to ensure proper rendering.