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

What is Unicode character 𝼄?

The Unicode character 𝼄 U+1DF04 is Latin Letter Small Capital L With Belt in the Latin Extended G block.

What does the Unicode character 𝼄 represent?

The Unicode character 𝼄 represents Latin Letter Small Capital L With Belt.

What is the Unicode code point for 𝼄?

The Unicode code point for 𝼄 is U+1DF04.

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 Letter Small Capital L With Belt 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!