Fullwidth Latin Small Letter L

Shortcodes

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

Unicode
U+FF4C
HTML Code
l
HEX Code
l
CSS Code
\FF4C
JS/JSON
\uFF4C
Unix/C/PHP/JAVA
0xFF4C
URL-encode
%EF%BD%8C
copied

Customize Fullwidth Latin Small Letter L Symbol

Customize l symbol as you like and download Fullwidth Latin Small 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 Small Letter L symbol in HTML, CSS, and JS?

Insert l Fullwidth Latin Small Letter L using HTML

1. Copy-paste Fullwidth Latin Small Letter L directly:
<span>l</span>
2. HTML Decimal Code:
<span>&#65356;</span>
3. Hexadecimal Code:
<span>&#xFF4C;</span>
Preview:

Add Fullwidth Latin Small Letter L symbol with CSS

.fullwidth-latin-small-letter-l::before {
    content: '\\FF4C';
}
Preview: Fullwidth Latin Small Letter L

Fullwidth Latin Small Letter L JavaScript Code

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