| Nom du symbole | Latin Small Letter A Reversed-schwa |
| Version Unicode | 7.0 |
| Unicode | U+AB31 |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole latin small letter a reversed-schwa sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Latin Small Letter A Reversed-schwa dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\AB31 |
| Code hexadécimal | 0xAB31 |
| Code HTML | ꬱ |
| LaTeX | \text{LATINSMALLLETTERAREVERSED-SCHWA} |
| Symbole | ꬱ |
| Encodage URL (pourcent UTF-8) | %EA%AC%B1 |
| Nom oral / lecteur d’écran | Latin Small Letter A Reversed-schwa |