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