Css Styling

Size
ł
15px
ł
18px
ł
21px
ł
24px
ł
27px
ł
30px
ł
33px
ł
36px
ł
42px
ł
48px
ł
54px
ł
60px
ł
66px
ł
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
ł
Bold
ł
Italic
ł
Underline
ł
Strikethrough
ł
UpperCase
ł
LowerCase
ł
Oblique
A ł
Subscript
A ł
Superscript
ł
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
ł
Arial
ł
Times New Roman
ł
Verdana
ł
Courier New
ł
Garamond
ł
Georgia
ł
Trebuchet MS
ł
Tahoma
ł
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
ł
White
ł
Brown
ł
Maroon
ł
Magenta
ł
Red
ł
Orange
ł
Yellow
ł
Green
ł
Teal
ł
Cyan
ł
Blue
ł
Violet
ł
Purple
ł
Indigo
ł
Gray
ł
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
ł
White
ł
Brown
ł
Maroon
ł
Magenta
ł
Red
ł
Orange
ł
Yellow
ł
Green
ł
Teal
ł
Cyan
ł
Blue
ł
Violet
ł
Purple
ł
Indigo
ł
Gray
ł
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Character Traits

Latin Extended A

Code Snippets

Lang Example Copy
HTML <p>&#322;</p>
📋
CSS .selector { content: '\0142' };
📋
JS var unicodeA = '\u0142 ';
📋
CPP char unicodeA = ' \u0142 ';
📋
Java char unicodeA = '\u0142';
📋
Python unicodeA = '\u0142'
📋

What is Unicode character ł?

The Unicode character ł U+0142 is Latin Small Letter L With Stroke in the Latin Extended A block.

What is the uppercase equivalent of the Unicode character ł?

The uppercase equivalent of the Unicode character ł is Ł (U+0141).

What does the Unicode character ł represent?

The Unicode character ł represents Latin Small Letter L With Stroke.

What is the Unicode code point for ł?

The Unicode code point for ł is U+0142.

Is the appearance of the ł character consistent across all platforms?

The appearance of the ł character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Latin Small Letter L With Stroke remains consistent.

How can I ensure the ł character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Latin script to correctly render the ł character.

In which version was Unicode character ł released, and to which block of characters does it belong?

Unicode character ł was first introduced in Unicode Version 1.1, and it belongs to the Latin Extended A block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 1.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block Latin Extended A
East Asian Width Ambiguous
General Category Lowercase Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Alphabetic
Numeric Value Not a Number
Script Latin
Sentence Break Lowercase
Word Break MidNumNum
Copied!