| Symbol Name | Latin Small Letter Reversed E |
| Unicode Version | 1.1 |
| Unicode | U+0258 |
| Unicode block | |
| General category | Lowercase Letter (Ll) |
| CSS Code | \0258 |
| Hex Code | 0x0258 |
| HTML Code | ɘ |
| LaTeX | \text{LATINSMALLLETTERREVERSEDE} |
| Symbol | ɘ |
| URL encode (UTF-8 percent) | %C9%98 |
| Spoken / screen reader name | Latin Small Letter Reversed E |
| UTF-8 | C9 98 |
| UTF-16 | 0258 |
| UTF-32 | 00000258 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERREVERSEDE}4\end{document}You can type the latin small letter reversed e symbol on most modern devices with the help of following methods:
Alt + 600 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter reversed e", or use Unicode Hex Input with 0258.
Ctrl + Shift + U, type 0258, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Latin keyboard.
Paste from this page or use a keyboard with Latin letter support.
1span.reversed-e::before { content: "\0258"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ɘ</span>Latin Small Letter Reversed E symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u0258' or String.fromCodePoint(600) |
| Python | '\N{LATIN SMALL LETTER REVERSED E}' or chr(600) |
| Rust | '\u{0258}' |
| C / C++ | UTF-8 source or wchar_t with U+0258 |
| Go | string(rune(0x0258)) |
| Ruby | "\u{0258}" |