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