Latin Small Letter L With Stroke

ł

Shortcodes

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

Unicode
U+0142
HTML Code
ł
HEX Code
ł
CSS Code
\142
JS/JSON
\u0142
Unix/C/PHP/JAVA
0x142
URL-encode
%C5%82
copied

Customize Latin Small Letter L With Stroke Symbol

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

Insert ł Latin Small Letter L With Stroke using HTML

1. Copy-paste Latin Small Letter L With Stroke directly:
<span>ł</span>
2. HTML Decimal Code:
<span>&#322;</span>
3. Hexadecimal Code:
<span>&#x0142;</span>
Preview: ł

Add Latin Small Letter L With Stroke symbol with CSS

.latin-small-letter-l-with-stroke::before {
    content: '\\142';
}
Preview: Latin Small Letter L With Stroke

Latin Small Letter L With Stroke JavaScript Code

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