| Symbolname | Latin Letter Glottal Stop With Stroke |
| Unicode-Version | 1.1 |
| Unicode | U+02A1 |
| Unicode-Block | |
| Allgemeine Kategorie | Lowercase Letter (Ll) |
| UTF-8 | CA A1 |
| UTF-16 | 02A1 |
| UTF-32 | 000002A1 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINLETTERGLOTTALSTOPWITHSTROKE}4\end{document}Sie können das Symbol latin letter glottal stop with stroke auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 673 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin letter glottal stop with stroke", or use Unicode Hex Input with 02A1.
Ctrl + Shift + U, type 02a1, 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.glottal-stop-stroke::before { content: "\02A1"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ʡ</span>Die Darstellung des Symbols Latin Letter Glottal Stop With Stroke in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u02A1' or String.fromCodePoint(673) |
| Python | '\N{LATIN LETTER GLOTTAL STOP WITH STROKE}' or chr(673) |
| Rust | '\u{02A1}' |
| C / C++ | UTF-8 source or wchar_t with U+02A1 |
| Go | string(rune(0x02A1)) |
| Ruby | "\u{02A1}" |
| CSS-Code |
\02A1 |
| Hexadezimalcode | 0x02A1 |
| HTML-Code | ʡ |
| LaTeX | \text{LATINLETTERGLOTTALSTOPWITHSTROKE} |
| Symbol | ʡ |
| URL-Kodierung (UTF-8-Prozent) | %CA%A1 |
| Ansagename (Screenreader) | Latin Letter Glottal Stop With Stroke |