Fullwidth Latin Capital Letter L

Shortcodes

Copy and paste codes for Fullwidth Latin Capital Letter L symbol L to use in your websites, apps, blogs, and more.

Unicode
U+FF2C
HTML Code
L
HEX Code
L
CSS Code
\FF2C
JS/JSON
\uFF2C
Unix/C/PHP/JAVA
0xFF2C
URL-encode
%EF%BC%AC
copied

Customize Fullwidth Latin Capital Letter L Symbol

Customize L symbol as you like and download Fullwidth Latin Capital Letter L as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.

                        
                    

How to add Fullwidth Latin Capital Letter L symbol in HTML, CSS, and JS?

Insert L Fullwidth Latin Capital Letter L using HTML

1. Copy-paste Fullwidth Latin Capital Letter L directly:
<span>L</span>
2. HTML Decimal Code:
<span>&#65324;</span>
3. Hexadecimal Code:
<span>&#xFF2C;</span>
Preview:

Add Fullwidth Latin Capital Letter L symbol with CSS

.fullwidth-latin-capital-letter-l::before {
    content: '\\FF2C';
}
Preview: Fullwidth Latin Capital Letter L

Fullwidth Latin Capital Letter L JavaScript Code

1. Direct Symbol:
document.querySelector('.fullwidth-latin-capital-letter-l').textContent = 'L';
2. Unicode Escape for L:
document.querySelector('.fullwidth-latin-capital-letter-l').textContent = '\uFF2C';
Preview: