| Symbolname | Latin Small Letter Lambda |
| Unicode-Version | 16.0 |
| Unicode | U+A7DB |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol latin small letter lambda auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Latin Small Letter Lambda in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0xA7DB |
| HTML-Code | ꟛ |
| LaTeX | \text{LATINSMALLLETTERLAMBDA} |
| Symbol | |
| URL-Kodierung (UTF-8-Prozent) | %EA%9F%9B |
| Ansagename (Screenreader) | Latin Small Letter Lambda |