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

What is Unicode character 𝼁?

The Unicode character 𝼁 U+1DF01 is Latin Small Letter Reversed Script G in the Latin Extended G block.

What does the Unicode character 𝼁 represent?

The Unicode character 𝼁 represents Latin Small Letter Reversed Script G.

What is the Unicode code point for 𝼁?

The Unicode code point for 𝼁 is U+1DF01.

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 Reversed Script G 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!