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

What is Unicode character ŀ?

The Unicode character ŀ U+0140 is Latin Small Letter L With Middle Dot in the Latin Extended A block.

What is the uppercase equivalent of the Unicode character ŀ?

The uppercase equivalent of the Unicode character ŀ is Ŀ (U+013F).

What does the Unicode character ŀ represent?

The Unicode character ŀ represents Latin Small Letter L With Middle Dot.

What is the Unicode code point for ŀ?

The Unicode code point for ŀ is U+0140.

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 Middle Dot 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 Compatibility
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!