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
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