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