| Symbol Name | Latin Small Letter Glottal I |
| Unicode Version | 12.0 |
| Unicode | U+A7BD |
| Unicode block | |
| General category | Lowercase Letter (Ll) |
| CSS Code |
| UTF-8 | EA 9E BD |
| UTF-16 | A7BD |
| UTF-32 | 0000A7BD |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERGLOTTALI}4\end{document}You can type the latin small letter glottal i symbol on most modern devices with the help of following methods:
Alt + 42941 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter glottal i", or use Unicode Hex Input with A7BD.
Ctrl + Shift + U, type a7bd, 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-small-letter-glottal-i::before { content: "\A7BD"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꞽ</span>Latin Small Letter Glottal I symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uA7BD' or String.fromCodePoint(42941) |
| Python | '\N{LATIN SMALL LETTER GLOTTAL I}' or chr(42941) |
| Rust | '\u{A7BD}' |
| C / C++ | UTF-8 source or wchar_t with U+A7BD |
| Go | string(rune(0xA7BD)) |
| Ruby | "\u{A7BD}" |
\A7BD |
| Hex Code | 0xA7BD |
| HTML Code | ꞽ |
| LaTeX | \text{LATINSMALLLETTERGLOTTALI} |
| Symbol | ꞽ |
| URL encode (UTF-8 percent) | %EA%9E%BD |
| Spoken / screen reader name | Latin Small Letter Glottal I |