| Symboolnaam | Latin Small Letter Lambda |
| Unicode-versie | 16.0 |
| Unicode | U+A7DB |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het latin small letter lambda-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Latin Small Letter Lambda-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0xA7DB |
| HTML-code | ꟛ |
| LaTeX | \text{LATINSMALLLETTERLAMBDA} |
| Symbool | |
| URL-codering (UTF-8 procent) | %EA%9F%9B |
| Uitgesproken naam / schermlezer | Latin Small Letter Lambda |