Latin Capital Letter L With Stroke

Ł

Shortcodes

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

Unicode
U+0141
HTML Code
Ł
HEX Code
Ł
CSS Code
\141
JS/JSON
\u0141
Unix/C/PHP/JAVA
0x141
URL-encode
%C5%81
copied

Customize Latin Capital Letter L With Stroke Symbol

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

Insert Ł Latin Capital Letter L With Stroke using HTML

1. Copy-paste Latin Capital Letter L With Stroke directly:
<span>Ł</span>
2. HTML Decimal Code:
<span>&#321;</span>
3. Hexadecimal Code:
<span>&#x0141;</span>
Preview: Ł

Add Latin Capital Letter L With Stroke symbol with CSS

.latin-capital-letter-l-with-stroke::before {
    content: '\\141';
}
Preview: Latin Capital Letter L With Stroke

Latin Capital Letter L With Stroke JavaScript Code

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