| Nombre del símbolo | Latin Letter Inverted Glottal Stop With Stroke |
| Versión Unicode | 1.1 |
| Unicode | U+01BE |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo latin letter inverted glottal stop with stroke en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Latin Letter Inverted Glottal Stop With Stroke en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\01BE |
| Código hexadecimal | 0x01BE |
| Código HTML | ƾ |
| LaTeX | \text{LATINLETTERINVERTEDGLOTTALSTOPWITHSTROKE} |
| Símbolo | ƾ |
| Codificación URL (porcentaje UTF-8) | %C6%BE |
| Nombre oral / lector de pantalla | Latin Letter Inverted Glottal Stop With Stroke |