| Symbol Name | Latin Letter Inverted Glottal Stop With Stroke |
| Unicode Version | 1.1 |
| Unicode | U+01BE |
| Unicode block | |
| General category | 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}You can type the latin letter inverted glottal stop with stroke symbol on most modern devices with the help of following methods:
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>Latin Letter Inverted Glottal Stop With Stroke symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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 |
| Hex Code | 0x01BE |
| HTML Code | ƾ |
| LaTeX | \text{LATINLETTERINVERTEDGLOTTALSTOPWITHSTROKE} |
| Symbol | ƾ |
| URL encode (UTF-8 percent) | %C6%BE |
| Spoken / screen reader name | Latin Letter Inverted Glottal Stop With Stroke |