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 CIRCLE UNDERBAR
Overview
⍜ (APL FUNCTIONAL SYMBOL CIRCLE UNDERBAR) is the Unicode character at code point U+235C. 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+235C | |
| decimal | 9052 | |
| htmldecimal | ⍜ | |
| htmlhex | ⍜ | |
| css | \235C | |
| javascript | \u{235C} | |
| python | \u235c | |
| java | \u235C | |
| go | \u235C | |
| ruby | \u{235C} | |
| rust | \u{235C} | |
| ccpp | \u235c | |
| urlencoded | %E2%8D%9C | |
| utf8bytes | e2 8d 9c | |
| utf16bebytes | 23 5c | |
| utf32bebytes | 00 00 23 5c |
How to Use
HTML:
⍜
CSS:
content: "\235C"
JavaScript:
"\u{235C}"
Python:
"\u235c"
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 CIRCLE UNDERBAR)?
⍜ (APL FUNCTIONAL SYMBOL CIRCLE UNDERBAR) is the Unicode character U+235C.
What is the Unicode codepoint of APL FUNCTIONAL SYMBOL CIRCLE UNDERBAR?
The APL FUNCTIONAL SYMBOL CIRCLE UNDERBAR character (⍜) has codepoint U+235C.
How do I type or copy APL FUNCTIONAL SYMBOL CIRCLE UNDERBAR?
Copy ⍜ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.