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' : ''">
ę
LATIN SMALL LETTER E WITH OGONEK
Overview
ę (LATIN SMALL LETTER E WITH OGONEK) is the Unicode character at code point U+0119. It belongs to the Latin Extended-A block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0119 | |
| decimal | 281 | |
| htmldecimal | ę | |
| htmlhex | ę | |
| css | \0119 | |
| javascript | \u{119} | |
| python | \u0119 | |
| java | \u0119 | |
| go | \u0119 | |
| ruby | \u{119} | |
| rust | \u{119} | |
| ccpp | \u0119 | |
| urlencoded | %C4%99 | |
| utf8bytes | c4 99 | |
| utf16bebytes | 01 19 | |
| utf32bebytes | 00 00 01 19 |
How to Use
HTML:
ę
CSS:
content: "\0119"
JavaScript:
"\u{119}"
Python:
"\u0119"
Properties
- Block
- Latin Extended-A
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0065 0328
Frequently Asked Questions
What is the ę character (LATIN SMALL LETTER E WITH OGONEK)?
ę (LATIN SMALL LETTER E WITH OGONEK) is the Unicode character U+0119.
What is the Unicode codepoint of LATIN SMALL LETTER E WITH OGONEK?
The LATIN SMALL LETTER E WITH OGONEK character (ę) has codepoint U+0119.
How do I type or copy LATIN SMALL LETTER E WITH OGONEK?
Copy ę directly, or use the HTML entity, UTF-8, and code encodings shown on this page.