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

What is Unicode character 𝼓?

The Unicode character 𝼓 U+1DF13 is Latin Small Letter L With Belt And Palatal Hook in the Latin Extended G block.

What does the Unicode character 𝼓 represent?

The Unicode character 𝼓 represents Latin Small Letter L With Belt And Palatal Hook.

What is the Unicode code point for 𝼓?

The Unicode code point for 𝼓 is U+1DF13.

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 Belt And Palatal 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 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!