| Symbol Name | Latin Letter Pharyngeal Voiced Fricative |
| Unicode Version | 1.1 |
| Unicode | U+0295 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code |
| UTF-8 | CA 95 |
| UTF-16 | 0295 |
| UTF-32 | 00000295 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINLETTERPHARYNGEALVOICEDFRICATIVE}4\end{document}You can type the latin letter pharyngeal voiced fricative symbol on most modern devices with the help of following methods:
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>Latin Letter Pharyngeal Voiced Fricative symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
\0295 |
| Hex Code | 0x0295 |
| HTML Code | ʕ |
| LaTeX | \text{LATINLETTERPHARYNGEALVOICEDFRICATIVE} |
| Symbol | ʕ |
| URL encode (UTF-8 percent) | %CA%95 |
| Spoken / screen reader name | Latin Letter Pharyngeal Voiced Fricative |