copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('λ'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
λ
GREEK SMALL LETTER LAMDA
Overview
λ (GREEK SMALL LETTER LAMDA) is the Unicode character at code point U+03BB. It belongs to the Greek and Coptic block, in the Lowercase Letter (Ll) general category. Its script is Grek.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+03BB | |
| decimal | 955 | |
| htmldecimal | λ | |
| htmlhex | λ | |
| css | \03BB | |
| javascript | \u{3BB} | |
| python | \u03bb | |
| java | \u03BB | |
| go | \u03BB | |
| ruby | \u{3BB} | |
| rust | \u{3BB} | |
| ccpp | \u03bb | |
| urlencoded | %CE%BB | |
| utf8bytes | ce bb | |
| utf16bebytes | 03 bb | |
| utf32bebytes | 00 00 03 bb |
How to Use
HTML:
λ
CSS:
content: "\03BB"
JavaScript:
"\u{3BB}"
Python:
"\u03bb"
Properties
- Block
- Greek and Coptic
- Script
- Grek
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the λ character (GREEK SMALL LETTER LAMDA)?
λ (GREEK SMALL LETTER LAMDA) is the Unicode character U+03BB.
What is the Unicode codepoint of GREEK SMALL LETTER LAMDA?
The GREEK SMALL LETTER LAMDA character (λ) has codepoint U+03BB.
How do I type or copy GREEK SMALL LETTER LAMDA?
Copy λ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.