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
ל (HEBREW LETTER LAMED) is the Unicode character at code point U+05DC. It belongs to the Hebrew block, in the Other Letter (Lo) general category. Its script is Hebr.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+05DC | |
| decimal | 1500 | |
| htmldecimal | ל | |
| htmlhex | ל | |
| css | \05DC | |
| javascript | \u{5DC} | |
| python | \u05dc | |
| java | \u05DC | |
| go | \u05DC | |
| ruby | \u{5DC} | |
| rust | \u{5DC} | |
| ccpp | \u05dc | |
| urlencoded | %D7%9C | |
| utf8bytes | d7 9c | |
| utf16bebytes | 05 dc | |
| utf32bebytes | 00 00 05 dc |
How to Use
HTML:
ל
CSS:
content: "\05DC"
JavaScript:
"\u{5DC}"
Python:
"\u05dc"
Properties
Frequently Asked Questions
What is the ל character (HEBREW LETTER LAMED)?
ל (HEBREW LETTER LAMED) is the Unicode character U+05DC.
What is the Unicode codepoint of HEBREW LETTER LAMED?
The HEBREW LETTER LAMED character (ל) has codepoint U+05DC.
How do I type or copy HEBREW LETTER LAMED?
Copy ל directly, or use the HTML entity, UTF-8, and code encodings shown on this page.