| Nome del simbolo | Latin Letter Pharyngeal Voiced Fricative |
| Versione Unicode | 1.1 |
| Unicode | U+0295 |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| UTF-8 | CA 95 |
| UTF-16 | 0295 |
| UTF-32 | 00000295 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINLETTERPHARYNGEALVOICEDFRICATIVE}4\end{document}Puoi digitare il simbolo latin letter pharyngeal voiced fricative sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 661 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin letter pharyngeal voiced fricative", or use Unicode Hex Input with 0295.
Ctrl + Shift + U, type 0295, 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-glottal-stop::before { content: "\0295"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ʕ</span>La rappresentazione del simbolo Latin Letter Pharyngeal Voiced Fricative nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u0295' or String.fromCodePoint(661) |
| Python | '\N{LATIN LETTER PHARYNGEAL VOICED FRICATIVE}' or chr(661) |
| Rust | '\u{0295}' |
| C / C++ | UTF-8 source or wchar_t with U+0295 |
| Go | string(rune(0x0295)) |
| Ruby | "\u{0295}" |
| Codice CSS |
\0295 |
| Codice esadecimale | 0x0295 |
| Codice HTML | ʕ |
| LaTeX | \text{LATINLETTERPHARYNGEALVOICEDFRICATIVE} |
| Simbolo | ʕ |
| Codifica URL (percentuale UTF-8) | %CA%95 |
| Nome parlato / screen reader | Latin Letter Pharyngeal Voiced Fricative |