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' : ''">
ე
Overview
ე (GEORGIAN LETTER EN) is the Unicode character at code point U+10D4. It belongs to the Georgian block, in the Lowercase Letter (Ll) general category. Its script is Geor.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+10D4 | |
| decimal | 4308 | |
| htmldecimal | ე | |
| htmlhex | ე | |
| css | \10D4 | |
| javascript | \u{10D4} | |
| python | \u10d4 | |
| java | \u10D4 | |
| go | \u10D4 | |
| ruby | \u{10D4} | |
| rust | \u{10D4} | |
| ccpp | \u10d4 | |
| urlencoded | %E1%83%94 | |
| utf8bytes | e1 83 94 | |
| utf16bebytes | 10 d4 | |
| utf32bebytes | 00 00 10 d4 |
How to Use
HTML:
ე
CSS:
content: "\10D4"
JavaScript:
"\u{10D4}"
Python:
"\u10d4"
Properties
Frequently Asked Questions
What is the ე character (GEORGIAN LETTER EN)?
ე (GEORGIAN LETTER EN) is the Unicode character U+10D4.
What is the Unicode codepoint of GEORGIAN LETTER EN?
The GEORGIAN LETTER EN character (ე) has codepoint U+10D4.
How do I type or copy GEORGIAN LETTER EN?
Copy ე directly, or use the HTML entity, UTF-8, and code encodings shown on this page.