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