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' : ''">
Л
Overview
Л (CYRILLIC CAPITAL LETTER EL) is the Unicode character at code point U+041B. It belongs to the Cyrillic block, in the Uppercase Letter (Lu) general category. Its script is Cyrl.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+041B | |
| decimal | 1051 | |
| htmldecimal | Л | |
| htmlhex | Л | |
| css | \041B | |
| javascript | \u{41B} | |
| python | \u041b | |
| java | \u041B | |
| go | \u041B | |
| ruby | \u{41B} | |
| rust | \u{41B} | |
| ccpp | \u041b | |
| urlencoded | %D0%9B | |
| utf8bytes | d0 9b | |
| utf16bebytes | 04 1b | |
| utf32bebytes | 00 00 04 1b |
How to Use
HTML:
Л
CSS:
content: "\041B"
JavaScript:
"\u{41B}"
Python:
"\u041b"
Properties
Frequently Asked Questions
What is the Л character (CYRILLIC CAPITAL LETTER EL)?
Л (CYRILLIC CAPITAL LETTER EL) is the Unicode character U+041B.
What is the Unicode codepoint of CYRILLIC CAPITAL LETTER EL?
The CYRILLIC CAPITAL LETTER EL character (Л) has codepoint U+041B.
How do I type or copy CYRILLIC CAPITAL LETTER EL?
Copy Л directly, or use the HTML entity, UTF-8, and code encodings shown on this page.