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
FULLWIDTH LATIN SMALL LETTER L
Overview
l (FULLWIDTH LATIN SMALL LETTER L) is the Unicode character at code point U+FF4C. It belongs to the Halfwidth and Fullwidth Forms block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FF4C | |
| decimal | 65356 | |
| htmldecimal | l | |
| htmlhex | l | |
| css | \FF4C | |
| javascript | \u{FF4C} | |
| python | \uff4c | |
| java | \uFF4C | |
| go | \uFF4C | |
| ruby | \u{FF4C} | |
| rust | \u{FF4C} | |
| ccpp | \uff4c | |
| urlencoded | %EF%BD%8C | |
| utf8bytes | ef bd 8c | |
| utf16bebytes | ff 4c | |
| utf32bebytes | 00 00 ff 4c |
How to Use
HTML:
l
CSS:
content: "\FF4C"
JavaScript:
"\u{FF4C}"
Python:
"\uff4c"
Properties
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 006C
Frequently Asked Questions
What is the l character (FULLWIDTH LATIN SMALL LETTER L)?
l (FULLWIDTH LATIN SMALL LETTER L) is the Unicode character U+FF4C.
What is the Unicode codepoint of FULLWIDTH LATIN SMALL LETTER L?
The FULLWIDTH LATIN SMALL LETTER L character (l) has codepoint U+FF4C.
How do I type or copy FULLWIDTH LATIN SMALL LETTER L?
Copy l directly, or use the HTML entity, UTF-8, and code encodings shown on this page.