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
ل (ARABIC LETTER LAM) is the Unicode character at code point U+0644. It belongs to the Arabic block, in the Other Letter (Lo) general category. Its script is Arab.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0644 | |
| decimal | 1604 | |
| htmldecimal | ل | |
| htmlhex | ل | |
| css | \0644 | |
| javascript | \u{644} | |
| python | \u0644 | |
| java | \u0644 | |
| go | \u0644 | |
| ruby | \u{644} | |
| rust | \u{644} | |
| ccpp | \u0644 | |
| urlencoded | %D9%84 | |
| utf8bytes | d9 84 | |
| utf16bebytes | 06 44 | |
| utf32bebytes | 00 00 06 44 |
How to Use
HTML:
ل
CSS:
content: "\0644"
JavaScript:
"\u{644}"
Python:
"\u0644"
Properties
Frequently Asked Questions
What is the ل character (ARABIC LETTER LAM)?
ل (ARABIC LETTER LAM) is the Unicode character U+0644.
What is the Unicode codepoint of ARABIC LETTER LAM?
The ARABIC LETTER LAM character (ل) has codepoint U+0644.
How do I type or copy ARABIC LETTER LAM?
Copy ل directly, or use the HTML entity, UTF-8, and code encodings shown on this page.