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