| Symboolnaam | Latin Small Letter A Reversed-schwa |
| Unicode-versie | 7.0 |
| Unicode | U+AB31 |
| Unicode-blok | |
| Algemene categorie | Lowercase Letter (Ll) |
| CSS-code |
| UTF-8 | EA AC B1 |
| UTF-16 | AB31 |
| UTF-32 | 0000AB31 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERAREVERSED-SCHWA}4\end{document}Je kunt het latin small letter a reversed-schwa-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Latin Small Letter A Reversed-schwa-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |
\AB31 |
| Hexadecimale code | 0xAB31 |
| HTML-code | ꬱ |
| LaTeX | \text{LATINSMALLLETTERAREVERSED-SCHWA} |
| Symbool | ꬱ |
| URL-codering (UTF-8 procent) | %EA%AC%B1 |
| Uitgesproken naam / schermlezer | Latin Small Letter A Reversed-schwa |