| Nombre del símbolo | Latin Letter Glottal Stop With Stroke |
| Versión Unicode | 1.1 |
| Unicode | U+02A1 |
| Bloque Unicode | |
| Categoría general | Lowercase Letter (Ll) |
| UTF-8 | CA A1 |
| UTF-16 | 02A1 |
| UTF-32 | 000002A1 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINLETTERGLOTTALSTOPWITHSTROKE}4\end{document}Puedes escribir el símbolo latin letter glottal stop with stroke en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 673 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin letter glottal stop with stroke", or use Unicode Hex Input with 02A1.
Ctrl + Shift + U, type 02a1, 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.glottal-stop-stroke::before { content: "\02A1"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ʡ</span>La representación del símbolo Latin Letter Glottal Stop With Stroke en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u02A1' or String.fromCodePoint(673) |
| Python | '\N{LATIN LETTER GLOTTAL STOP WITH STROKE}' or chr(673) |
| Rust | '\u{02A1}' |
| C / C++ | UTF-8 source or wchar_t with U+02A1 |
| Go | string(rune(0x02A1)) |
| Ruby | "\u{02A1}" |
| Código CSS |
\02A1 |
| Código hexadecimal | 0x02A1 |
| Código HTML | ʡ |
| LaTeX | \text{LATINLETTERGLOTTALSTOPWITHSTROKE} |
| Símbolo | ʡ |
| Codificación URL (porcentaje UTF-8) | %CA%A1 |
| Nombre oral / lector de pantalla | Latin Letter Glottal Stop With Stroke |