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.

Code Snippets

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

What is Unicode character 𝼦?

The Unicode character 𝼦 U+1DF26 is Latin Small Letter L With Mid-Height Left Hook in the Latin Extended G block.

What does the Unicode character 𝼦 represent?

The Unicode character 𝼦 represents Latin Small Letter L With Mid-Height Left Hook.

What is the Unicode code point for 𝼦?

The Unicode code point for 𝼦 is U+1DF26.

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 Mid-Height Left Hook 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 15.0, and it belongs to the Latin Extended G block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 15.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block Latin Extended G
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!