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' : ''">
ℇ
EULER CONSTANT
Overview
ℇ (EULER CONSTANT) is the Unicode character at code point U+2107. It belongs to the Letterlike Symbols block, in the Uppercase Letter (Lu) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2107 | |
| decimal | 8455 | |
| htmldecimal | ℇ | |
| htmlhex | ℇ | |
| css | \2107 | |
| javascript | \u{2107} | |
| python | \u2107 | |
| java | \u2107 | |
| go | \u2107 | |
| ruby | \u{2107} | |
| rust | \u{2107} | |
| ccpp | \u2107 | |
| urlencoded | %E2%84%87 | |
| utf8bytes | e2 84 87 | |
| utf16bebytes | 21 07 | |
| utf32bebytes | 00 00 21 07 |
How to Use
HTML:
ℇ
CSS:
content: "\2107"
JavaScript:
"\u{2107}"
Python:
"\u2107"
Properties
- Block
- Letterlike Symbols
- Script
- Zyyy
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <compat> 0190
Frequently Asked Questions
What is the ℇ character (EULER CONSTANT)?
ℇ (EULER CONSTANT) is the Unicode character U+2107.
What is the Unicode codepoint of EULER CONSTANT?
The EULER CONSTANT character (ℇ) has codepoint U+2107.
How do I type or copy EULER CONSTANT?
Copy ℇ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.