Latin Subscript Small Letter L

Shortcodes

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

Unicode
U+2097
HTML Code
ₗ
HEX Code
ₗ
CSS Code
\2097
JS/JSON
\u2097
Unix/C/PHP/JAVA
0x2097
URL-encode
%E2%82%97
copied

Customize Latin Subscript Small Letter L Symbol

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

Insert ₗ Latin Subscript Small Letter L using HTML

1. Copy-paste Latin Subscript Small Letter L directly:
<span>ₗ</span>
2. HTML Decimal Code:
<span>&#8343;</span>
3. Hexadecimal Code:
<span>&#x2097;</span>
Preview:

Add Latin Subscript Small Letter L symbol with CSS

.latin-subscript-small-letter-l::before {
    content: '\\2097';
}
Preview: Latin Subscript Small Letter L

Latin Subscript Small Letter L JavaScript Code

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