copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('L'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
L
LATIN CAPITAL LETTER L
Overview
L (LATIN CAPITAL LETTER L) is the Unicode character at code point U+004C. It belongs to the Basic Latin block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+004C | |
| decimal | 76 | |
| htmldecimal | L | |
| htmlhex | L | |
| css | \004C | |
| javascript | \u{4C} | |
| python | \u004c | |
| java | \u004C | |
| go | \u004C | |
| ruby | \u{4C} | |
| rust | \u{4C} | |
| ccpp | \u004c | |
| urlencoded | L | |
| utf8bytes | 4c | |
| utf16bebytes | 00 4c | |
| utf32bebytes | 00 00 00 4c |
How to Use
HTML:
L
CSS:
content: "\004C"
JavaScript:
"\u{4C}"
Python:
"\u004c"
Properties
- Block
- Basic Latin
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the L character (LATIN CAPITAL LETTER L)?
L (LATIN CAPITAL LETTER L) is the Unicode character U+004C.
What is the Unicode codepoint of LATIN CAPITAL LETTER L?
The LATIN CAPITAL LETTER L character (L) has codepoint U+004C.
How do I type or copy LATIN CAPITAL LETTER L?
Copy L directly, or use the HTML entity, UTF-8, and code encodings shown on this page.