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

What is Unicode character 𝼝?

The Unicode character 𝼝 U+1DF1D is Latin Small Letter C With Retroflex Hook in the Latin Extended G block.

What does the Unicode character 𝼝 represent?

The Unicode character 𝼝 represents Latin Small Letter C With Retroflex Hook.

What is the Unicode code point for 𝼝?

The Unicode code point for 𝼝 is U+1DF1D.

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 C With Retroflex 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!