BuildQuill
Greek Letters
λ

Lambda

U+03BB

The lowercase Greek letter lambda, used in physics for wavelength and in computer science for anonymous functions.

Copy & encode

Character
λ
Unicode codepoint
U+03BB
HTML named entity
λ
HTML decimal entity
λ
HTML hex entity
λ
CSS escape
\03BB
JavaScript escape
\u03BB

Meaning and usage

Physicists use it to represent the wavelength of light or sound, while programmers use the word lambda for small, unnamed functions passed around in code.

Frequently Asked Questions

What is the HTML entity for lambda?
Use λ or λ.
What does lambda mean in programming?
It refers to a lambda function, a small anonymous function that can be defined and used inline without a formal name.