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