| Symboolnaam | Latin Letter Reversed Glottal Stop With Stroke |
| Unicode-versie | 1.1 |
| Unicode | U+02A2 |
| Unicode-blok | |
| Algemene categorie | Lowercase Letter (Ll) |
| UTF-8 | CA A2 |
| UTF-16 | 02A2 |
| UTF-32 | 000002A2 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINLETTERREVERSEDGLOTTALSTOPWITHSTROKE}4\end{document}Je kunt het latin letter reversed glottal stop with stroke-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 674 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin letter reversed glottal stop with stroke", or use Unicode Hex Input with 02A2.
Ctrl + Shift + U, type 02a2, 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-stroke::before { content: "\02A2"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ʢ</span>De weergave van het Latin Letter Reversed Glottal Stop With Stroke-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u02A2' or String.fromCodePoint(674) |
| Python | '\N{LATIN LETTER REVERSED GLOTTAL STOP WITH STROKE}' or chr(674) |
| Rust | '\u{02A2}' |
| C / C++ | UTF-8 source or wchar_t with U+02A2 |
| Go | string(rune(0x02A2)) |
| Ruby | "\u{02A2}" |
| CSS-code |
\02A2 |
| Hexadecimale code | 0x02A2 |
| HTML-code | ʢ |
| LaTeX | \text{LATINLETTERREVERSEDGLOTTALSTOPWITHSTROKE} |
| Symbool | ʢ |
| URL-codering (UTF-8 procent) | %CA%A2 |
| Uitgesproken naam / schermlezer | Latin Letter Reversed Glottal Stop With Stroke |