Latin Capital Letter L With Cedilla

Ļ

Shortcodes

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

Unicode
U+013B
HTML Code
Ļ
HEX Code
Ļ
CSS Code
\13B
JS/JSON
\u013B
Unix/C/PHP/JAVA
0x13B
URL-encode
%C4%BB
copied

Customize Latin Capital Letter L With Cedilla Symbol

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

Insert Ļ Latin Capital Letter L With Cedilla using HTML

1. Copy-paste Latin Capital Letter L With Cedilla directly:
<span>Ļ</span>
2. HTML Decimal Code:
<span>&#315;</span>
3. Hexadecimal Code:
<span>&#x013B;</span>
Preview: Ļ

Add Latin Capital Letter L With Cedilla symbol with CSS

.latin-capital-letter-l-with-cedilla::before {
    content: '\\13B';
}
Preview: Latin Capital Letter L With Cedilla

Latin Capital Letter L With Cedilla JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-capital-letter-l-with-cedilla').textContent = 'Ļ';
2. Unicode Escape for Ļ:
document.querySelector('.latin-capital-letter-l-with-cedilla').textContent = '\u013B';
Preview: Ļ