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.

Latin Extended A

Code Snippets

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

What is Unicode character ľ?

The Unicode character ľ U+013E is Latin Small Letter L With Caron in the Latin Extended A block.

What is the uppercase equivalent of the Unicode character ľ?

The uppercase equivalent of the Unicode character ľ is Ľ (U+013D).

What does the Unicode character ľ represent?

The Unicode character ľ represents Latin Small Letter L With Caron.

What is the Unicode code point for ľ?

The Unicode code point for ľ is U+013E.

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 Caron 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
Decomposition Type Canonical Decomposition
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!