free-symbols
ł

Latin Small Letter L With Stroke Letter

ł is the Latin small letter “l” with a stroke, used in several languages to represent a distinct sound.

U+0142

The symbol “ł” is Unicode character U+0142. It’s commonly described as the Latin small letter l with stroke. You can copy it directly or use standard Unicode/HTML escapes in your text or code.

Latin Small Letter L With Stroke Letter Meaning

“ł” (U+0142) is a Latin script letter variant of “l” distinguished by a stroke through the letter. In languages that use it, it represents a different phonetic value than plain “l”, so it’s important not to substitute it with “l” when accuracy matters. You’ll often see it in proper names, place names, and everyday words. In typography and text processing, it’s treated as its own character rather than a stylistic variation, which makes correct encoding essential for searching, sorting, and displaying text consistently.

Common uses

  • Writing correct names and words in languages that use “ł” as a separate letter
  • Proper rendering in UI text, menus, and forms for multilingual applications
  • Search-accurate entries in databases and catalogs where diacritics matter
  • Typography and proofreading for documents that must preserve exact characters
  • Web content and localization work where Unicode escapes ensure consistency

Examples

ł — Latin small letter l with stroke

  • łWarszawa ma ulice z nazwą „Łąkowa”.
  • łWpisz „ł” w polskich słowach poprawnie.
  • łImię „Joanna Łęcka” zawiera literę ł.
  • ł„Błysk” to przykład słowa z ł.
  • łUżyj znaków Unicode, np. w specyfikacji U+0142.

Variations

Technical codes

UnicodeU+0142
HTML Entitył
HTML Codeł
CSS\0142

FAQ

What does the Latin Small Letter L With Stroke letter mean?

“ł” (U+0142) is a Latin script letter variant of “l” distinguished by a stroke through the letter. In languages that use it, it represents a different phonetic value than plain “l”, so it’s important not to substitute it with “l” when accuracy matters. You’ll often see it in proper names, place names, and everyday words. In typography and text processing, it’s treated as its own character rather than a stylistic variation, which makes correct encoding essential for searching, sorting, and displaying text consistently.

What Unicode character is “ł”?

“ł” is LATIN SMALL LETTER L WITH STROKE, Unicode code point U+0142.

How do I type or insert “ł”?

You can copy and paste the character “ł”, or insert it using Unicode/HTML escapes such as HTML entity ł or CSS/Unicode escapes like \\0142.

Is “ł” the same as a plain “l”?

No. “ł” is a distinct character from “l”, and in languages that use it, it typically represents a different sound.

Which escapes can I use in code?

You can use the provided escapes: HTML ł, CSS \\0142, and JavaScript \\u{0142}.