| Symbolname | Latin Small Letter A Reversed-schwa |
| Unicode-Version | 7.0 |
| Unicode | U+AB31 |
| Unicode-Block | |
| Allgemeine Kategorie | Lowercase Letter (Ll) |
| UTF-8 | EA AC B1 |
| UTF-16 | AB31 |
| UTF-32 | 0000AB31 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERAREVERSED-SCHWA}4\end{document}Sie können das Symbol latin small letter a reversed-schwa auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 43825 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter a reversed-schwa", or use Unicode Hex Input with AB31.
Ctrl + Shift + U, type ab31, 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.latin-small-letter-a-reversed-schwa::before { content: "\AB31"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꬱ</span>Die Darstellung des Symbols Latin Small Letter A Reversed-schwa in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uAB31' or String.fromCodePoint(43825) |
| Python | '\N{LATIN SMALL LETTER A REVERSED-SCHWA}' or chr(43825) |
| Rust | '\u{AB31}' |
| C / C++ | UTF-8 source or wchar_t with U+AB31 |
| Go | string(rune(0xAB31)) |
| Ruby | "\u{AB31}" |
| CSS-Code |
\AB31 |
| Hexadezimalcode | 0xAB31 |
| HTML-Code | ꬱ |
| LaTeX | \text{LATINSMALLLETTERAREVERSED-SCHWA} |
| Symbol | ꬱ |
| URL-Kodierung (UTF-8-Prozent) | %EA%AC%B1 |
| Ansagename (Screenreader) | Latin Small Letter A Reversed-schwa |