copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('⍀'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
⍀
APL FUNCTIONAL SYMBOL BACKSLASH BAR
Overview
⍀ (APL FUNCTIONAL SYMBOL BACKSLASH BAR) is the Unicode character at code point U+2340. It belongs to the Miscellaneous Technical block, in the Other Symbol (So) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2340 | |
| decimal | 9024 | |
| htmldecimal | ⍀ | |
| htmlhex | ⍀ | |
| css | \2340 | |
| javascript | \u{2340} | |
| python | \u2340 | |
| java | \u2340 | |
| go | \u2340 | |
| ruby | \u{2340} | |
| rust | \u{2340} | |
| ccpp | \u2340 | |
| urlencoded | %E2%8D%80 | |
| utf8bytes | e2 8d 80 | |
| utf16bebytes | 23 40 | |
| utf32bebytes | 00 00 23 40 |
How to Use
HTML:
⍀
CSS:
content: "\2340"
JavaScript:
"\u{2340}"
Python:
"\u2340"
Properties
- Block
- Miscellaneous Technical
- Script
- Zyyy
- Category
- Other Symbol (So)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ⍀ character (APL FUNCTIONAL SYMBOL BACKSLASH BAR)?
⍀ (APL FUNCTIONAL SYMBOL BACKSLASH BAR) is the Unicode character U+2340.
What is the Unicode codepoint of APL FUNCTIONAL SYMBOL BACKSLASH BAR?
The APL FUNCTIONAL SYMBOL BACKSLASH BAR character (⍀) has codepoint U+2340.
How do I type or copy APL FUNCTIONAL SYMBOL BACKSLASH BAR?
Copy ⍀ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.