| Nome del simbolo | Latin Letter Inverted Glottal Stop With Stroke |
| Versione Unicode | 1.1 |
| Unicode | U+01BE |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo latin letter inverted glottal stop with stroke sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Latin Letter Inverted Glottal Stop With Stroke nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\01BE |
| Codice esadecimale | 0x01BE |
| Codice HTML | ƾ |
| LaTeX | \text{LATINLETTERINVERTEDGLOTTALSTOPWITHSTROKE} |
| Simbolo | ƾ |
| Codifica URL (percentuale UTF-8) | %C6%BE |
| Nome parlato / screen reader | Latin Letter Inverted Glottal Stop With Stroke |