Latin Letter Small Capital L

ʟ

Shortcodes

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

Unicode
U+029F
HTML Code
ʟ
HEX Code
ʟ
CSS Code
\29F
JS/JSON
\u029F
Unix/C/PHP/JAVA
0x29F
URL-encode
%CA%9F
copied

Customize Latin Letter Small Capital L Symbol

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

Insert ʟ Latin Letter Small Capital L using HTML

1. Copy-paste Latin Letter Small Capital L directly:
<span>ʟ</span>
2. HTML Decimal Code:
<span>&#671;</span>
3. Hexadecimal Code:
<span>&#x029F;</span>
Preview: ʟ

Add Latin Letter Small Capital L symbol with CSS

.latin-letter-small-capital-l::before {
    content: '\\29F';
}
Preview: Latin Letter Small Capital L

Latin Letter Small Capital L JavaScript Code

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