Enter Symbol Symbol
The ⎆ ENTER SYMBOL (U+2386) is a visual marker commonly used to represent the Enter/Return key.
U+2386
The ⎆ symbol is the Unicode ENTER SYMBOL (U+2386). It’s useful when you want text content to clearly show “press Enter” without using images.
Enter Symbol Symbol Meaning
⎆ is a technical Unicode character labeled “ENTER SYMBOL” (U+2386). In practice, it’s used to represent the Enter/Return key in written instructions, UI callouts, and help text—especially in contexts where you’re building documentation, chat messages, or interface strings using plain text. Because it’s a single glyph, it can be easier to copy and paste into design tools, spreadsheets, or code than typing words like “Enter” or inserting custom icons. Its value is mainly clarity: it visually signals an action triggered by Enter.
Common uses
- •Instruction text like “Press ⎆ to submit” in forms and onboarding screens
- •Keyboard shortcuts and help-center articles that mention the Enter/Return key
- •Chatbots and support messages where you want a consistent, readable key icon
- •User-interface mockups and prototypes when you avoid custom images
- •Technical documentation and changelogs describing input behavior
Examples
⎆ ENTER SYMBOL (U+2386)
- ⎆Press ⎆ to submit the form.
- ⎆After typing, hit ⎆ to continue.
- ⎆Use ⎆ in the search box to run the query.
- ⎆Confirm your entry with ⎆.
- ⎆Select an item, then press ⎆.
Variations
Ready to copy
Technical codes
| Unicode | U+2386 | |
| HTML Entity | ⎆ | |
| HTML Code | ⎆ | |
| CSS | \2386 |
FAQ
What does ⎆ mean?
⎆ is the Unicode ENTER SYMBOL (U+2386), commonly used to represent the Enter/Return key in text.
How do I copy and paste ⎆?
Copy the character ⎆ directly from this page and paste it into your document, design tool, spreadsheet, or chat.
Can I use ⎆ in code?
Yes. You can include it as a Unicode character directly, or use the provided escapes: HTML entity (⎆), CSS escape (\\2386), or JavaScript escape (\\u{2386}).
Will ⎆ display correctly everywhere?
Most modern fonts handle Unicode symbols, but support can vary by device and font. If it doesn’t display, try a different font or fallback approach.