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 INVERTED BREVE
Overview
Ȇ (LATIN CAPITAL LETTER E WITH INVERTED BREVE) is the Unicode character at code point U+0206. It belongs to the Latin Extended-B block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0206 | |
| decimal | 518 | |
| htmldecimal | Ȇ | |
| htmlhex | Ȇ | |
| css | \0206 | |
| javascript | \u{206} | |
| python | \u0206 | |
| java | \u0206 | |
| go | \u0206 | |
| ruby | \u{206} | |
| rust | \u{206} | |
| ccpp | \u0206 | |
| urlencoded | %C8%86 | |
| utf8bytes | c8 86 | |
| utf16bebytes | 02 06 | |
| utf32bebytes | 00 00 02 06 |
How to Use
HTML:
Ȇ
CSS:
content: "\0206"
JavaScript:
"\u{206}"
Python:
"\u0206"
Properties
- Block
- Latin Extended-B
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0045 0311
Frequently Asked Questions
What is the Ȇ character (LATIN CAPITAL LETTER E WITH INVERTED BREVE)?
Ȇ (LATIN CAPITAL LETTER E WITH INVERTED BREVE) is the Unicode character U+0206.
What is the Unicode codepoint of LATIN CAPITAL LETTER E WITH INVERTED BREVE?
The LATIN CAPITAL LETTER E WITH INVERTED BREVE character (Ȇ) has codepoint U+0206.
How do I type or copy LATIN CAPITAL LETTER E WITH INVERTED BREVE?
Copy Ȇ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.