| Nome del simbolo | Latin Small Letter Schwa With Hook |
| Versione Unicode | 1.1 |
| Unicode | U+025A |
| Blocco Unicode | |
| Categoria generale | Lowercase Letter (Ll) |
| Codice CSS | \025A |
| Codice esadecimale | 0x025A |
| Codice HTML | ɚ |
| LaTeX | \text{LATINSMALLLETTERSCHWAWITHHOOK} |
| Simbolo | ɚ |
| Codifica URL (percentuale UTF-8) | %C9%9A |
| Nome parlato / screen reader | Latin Small Letter Schwa With Hook |
| UTF-8 | C9 9A |
| UTF-16 | 025A |
| UTF-32 | 0000025A |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERSCHWAWITHHOOK}4\end{document}Puoi digitare il simbolo latin small letter schwa with hook sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 602 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter schwa with hook", or use Unicode Hex Input with 025A.
Ctrl + Shift + U, type 025a, 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.schwa-hook::before { content: "\025A"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ɚ</span>La rappresentazione del simbolo Latin Small Letter Schwa With Hook nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u025A' or String.fromCodePoint(602) |
| Python | '\N{LATIN SMALL LETTER SCHWA WITH HOOK}' or chr(602) |
| Rust | '\u{025A}' |
| C / C++ | UTF-8 source or wchar_t with U+025A |
| Go | string(rune(0x025A)) |
| Ruby | "\u{025A}" |