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