Greek Capital Letter Lamda

Λ

Shortcodes

Copy and paste codes for Greek Capital Letter Lamda symbol Λ to use in your websites, apps, blogs, and more.

Unicode
U+039B
HTML Code
Λ
HTML Entity
Λ
HEX Code
Λ
CSS Code
\39B
JS/JSON
\u039B
Unix/C/PHP/JAVA
0x39B
URL-encode
%CE%9B
copied

Customize Greek Capital Letter Lamda Symbol

Customize Λ symbol as you like and download Greek Capital Letter Lamda as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
Λ
 

How to add Greek Capital Letter Lamda symbol in HTML, CSS, and JS?

Insert Λ Greek Capital Letter Lamda using HTML

1. Copy-paste Greek Capital Letter Lamda directly:
<span>Λ</span>
2. HTML Decimal Code:
<span>&#923;</span>
3. HTML Entity:
<span>&Lambda;</span>
4. Hexadecimal Code:
<span>&#x039B;</span>
Preview: Λ

Add Greek Capital Letter Lamda symbol with CSS

.greek-capital-letter-lamda::before {
    content: '\\39B';
}
Preview: Greek Capital Letter Lamda

Greek Capital Letter Lamda JavaScript Code

1. Direct Symbol:
document.querySelector('.greek-capital-letter-lamda').textContent = 'Λ';
2. Unicode Escape for Λ:
document.querySelector('.greek-capital-letter-lamda').textContent = '\u039B';
Preview: Λ