Script Small L

Shortcodes

Copy and paste codes for Script Small L symbol ℓ to use in your websites, apps, blogs, and more.

Unicode
U+2113
HTML Code
ℓ
HTML Entity
ℓ
HEX Code
ℓ
CSS Code
\2113
JS/JSON
\u2113
Unix/C/PHP/JAVA
0x2113
URL-encode
%E2%84%93
copied

Customize Script Small L Symbol

Customize ℓ symbol as you like and download Script Small 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 Script Small L symbol in HTML, CSS, and JS?

Insert ℓ Script Small L using HTML

1. Copy-paste Script Small L directly:
<span>ℓ</span>
2. HTML Decimal Code:
<span>&#8467;</span>
3. HTML Entity:
<span>&ell;</span>
4. Hexadecimal Code:
<span>&#x2113;</span>
Preview:

Add Script Small L symbol with CSS

.script-small-l::before {
    content: '\\2113';
}
Preview: Script Small L

Script Small L JavaScript Code

1. Direct Symbol:
document.querySelector('.script-small-l').textContent = 'ℓ';
2. Unicode Escape for ℓ:
document.querySelector('.script-small-l').textContent = '\u2113';
Preview: