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' : ''">
⎇
ALTERNATIVE KEY SYMBOL
Overview
⎇ (ALTERNATIVE KEY SYMBOL) is the Unicode character at code point U+2387. 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+2387 | |
| decimal | 9095 | |
| htmldecimal | ⎇ | |
| htmlhex | ⎇ | |
| css | \2387 | |
| javascript | \u{2387} | |
| python | \u2387 | |
| java | \u2387 | |
| go | \u2387 | |
| ruby | \u{2387} | |
| rust | \u{2387} | |
| ccpp | \u2387 | |
| urlencoded | %E2%8E%87 | |
| utf8bytes | e2 8e 87 | |
| utf16bebytes | 23 87 | |
| utf32bebytes | 00 00 23 87 |
How to Use
HTML:
⎇
CSS:
content: "\2387"
JavaScript:
"\u{2387}"
Python:
"\u2387"
Properties
- Block
- Miscellaneous Technical
- Script
- Zyyy
- Category
- Other Symbol (So)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ⎇ character (ALTERNATIVE KEY SYMBOL)?
⎇ (ALTERNATIVE KEY SYMBOL) is the Unicode character U+2387.
What is the Unicode codepoint of ALTERNATIVE KEY SYMBOL?
The ALTERNATIVE KEY SYMBOL character (⎇) has codepoint U+2387.
How do I type or copy ALTERNATIVE KEY SYMBOL?
Copy ⎇ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.