Lowercase L With Stroke
ł
UNICODE
U+00142HEX CODE
łHTML CODE
łHTML ENTITY
łCSS CODE
\0142 // html example
<span>ł</span> // css example
span {
content: "\0142";
} ł
U+00142łłł\0142 // html example
<span>ł</span> // css example
span {
content: "\0142";
}