Latin Small Letter L

l

Shortcodes

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

Unicode
U+006C
Alt Code
108
HTML Code
l
HEX Code
l
CSS Code
\06C
JS/JSON
\u006C
Unix/C/PHP/JAVA
0x6C
URL-encode
l
copied

Customize Latin Small Letter L Symbol

Customize l symbol as you like and download 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.
l
 

How to type Latin Small Letter L symbol l ?

Using Latin Small Letter L Alt Code:

You can type the Latin Small Letter L symbol l using your keyboard by using the Alt Code for Latin Small Letter L. Before you begin, ensure that your Num Lock is turned on, and use the Numpad to type the code. Then, follow these simple steps:

  1. Hold down the Alt key on your keyboard.
  2. Type the number 108 using the Numpad.
  3. Release the Alt key.

This will make the l appear on your screen.

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

Insert l Latin Small Letter L using HTML

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

Add Latin Small Letter L symbol with CSS

.latin-small-letter-l::before {
    content: '\\06C';
}
Preview: Latin Small Letter L

Latin Small Letter L JavaScript Code

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