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

What is Unicode character ĺ?

The Unicode character ĺ U+013A is Latin Small Letter L With Acute in the Latin Extended A block.

What is the uppercase equivalent of the Unicode character ĺ?

The uppercase equivalent of the Unicode character ĺ is Ĺ (U+0139).

What does the Unicode character ĺ represent?

The Unicode character ĺ represents Latin Small Letter L With Acute.

What is the Unicode code point for ĺ?

The Unicode code point for ĺ is U+013A.

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