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

What is Unicode character 𝼑?

The Unicode character 𝼑 U+1DF11 is Latin Small Letter L With Fishhook in the Latin Extended G block.

What does the Unicode character 𝼑 represent?

The Unicode character 𝼑 represents Latin Small Letter L With Fishhook.

What is the Unicode code point for 𝼑?

The Unicode code point for 𝼑 is U+1DF11.

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 Fishhook 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 14.0, and it belongs to the Latin Extended G block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 14.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!