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 CAPITAL LETTER E WITH CARON
Overview
Ě (LATIN CAPITAL LETTER E WITH CARON) is the Unicode character at code point U+011A. It belongs to the Latin Extended-A block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+011A | |
| decimal | 282 | |
| htmldecimal | Ě | |
| htmlhex | Ě | |
| css | \011A | |
| javascript | \u{11A} | |
| python | \u011a | |
| java | \u011A | |
| go | \u011A | |
| ruby | \u{11A} | |
| rust | \u{11A} | |
| ccpp | \u011a | |
| urlencoded | %C4%9A | |
| utf8bytes | c4 9a | |
| utf16bebytes | 01 1a | |
| utf32bebytes | 00 00 01 1a |
How to Use
HTML:
Ě
CSS:
content: "\011A"
JavaScript:
"\u{11A}"
Python:
"\u011a"
Properties
- Block
- Latin Extended-A
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0045 030C
Frequently Asked Questions
What is the Ě character (LATIN CAPITAL LETTER E WITH CARON)?
Ě (LATIN CAPITAL LETTER E WITH CARON) is the Unicode character U+011A.
What is the Unicode codepoint of LATIN CAPITAL LETTER E WITH CARON?
The LATIN CAPITAL LETTER E WITH CARON character (Ě) has codepoint U+011A.
How do I type or copy LATIN CAPITAL LETTER E WITH CARON?
Copy Ě directly, or use the HTML entity, UTF-8, and code encodings shown on this page.