free-symbols
Љ

Cyrillic Capital Letter Lje Letter

Љ (Cyrillic Capital Letter Lje) is a Unicode character used in Cyrillic writing systems.

U+0409

Љ is the Cyrillic capital letter Lje. It has the Unicode code point U+0409 and can be copied directly or inserted using standard escapes. This page also provides practical examples for text, labels, and development.

Cyrillic Capital Letter Lje Letter Meaning

Љ (U+0409) is the Cyrillic capital letter named “Lje.” It represents a specific Cyrillic character distinct from the regular Latin L or Cyrillic El. In written Cyrillic languages that use the Lje character, Љ appears in proper nouns, words, and abbreviations where the sound or spelling requires this letter. For developers, it’s important because it has its own Unicode identity (not a visually similar Latin letter), so correct encoding and escaping ensures the text renders properly across platforms. When you need the exact glyph, use the provided copy/paste character or the HTML/CSS/JavaScript escapes below.

Common uses

  • Typing and proofreading text that includes the Lje letter in Cyrillic content
  • User interface labels and headings where accurate Cyrillic spelling matters
  • Document titles, names, and brand text that must match existing Unicode characters
  • Internationalized web forms and templates that require correct character encoding
  • Programmatic generation of Cyrillic text using Unicode-aware code

Examples

Љ — Cyrillic Capital Letter Lje

  • ЉЉубица
  • ЉЉиљана
  • ЉЉепота
  • ЉЉубомир
  • ЉПројект Љ

Variations

Technical codes

UnicodeU+0409
HTML EntityЉ
HTML CodeЉ
CSS\0409

FAQ

What does the Cyrillic Capital Letter Lje letter mean?

Љ (U+0409) is the Cyrillic capital letter named “Lje.” It represents a specific Cyrillic character distinct from the regular Latin L or Cyrillic El. In written Cyrillic languages that use the Lje character, Љ appears in proper nouns, words, and abbreviations where the sound or spelling requires this letter. For developers, it’s important because it has its own Unicode identity (not a visually similar Latin letter), so correct encoding and escaping ensures the text renders properly across platforms. When you need the exact glyph, use the provided copy/paste character or the HTML/CSS/JavaScript escapes below.

What is the Unicode code point for Љ?

The Unicode code point for Љ (Cyrillic Capital Letter Lje) is U+0409.

How can I copy Љ into my document or website?

You can copy the character directly (Љ). For web code, you can also use the HTML entity: &#1033.

What is the CSS escape for this character?

The CSS escape provided for Љ is \\0409.

How do I insert Љ in JavaScript?

Use the JavaScript escape \\u{0409} to insert the character reliably.