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>&#316;</p>
📋
CSS .selector { content: '\013C' };
📋
JS var unicodeA = '\u013C ';
📋
CPP char unicodeA = ' \u013C ';
📋
Java char unicodeA = '\u013C';
📋
Python unicodeA = '\u013C'
📋

What is Unicode character ļ?

The Unicode character ļ U+013C is Latin Small Letter L With Cedilla in the Latin Extended A block.

What is the uppercase equivalent of the Unicode character ļ?

The uppercase equivalent of the Unicode character ļ is Ļ (U+013B).

What does the Unicode character ļ represent?

The Unicode character ļ represents Latin Small Letter L With Cedilla.

What is the Unicode code point for ļ?

The Unicode code point for ļ is U+013C.

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 Cedilla 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!