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

What is Unicode character 𝼏?

The Unicode character 𝼏 U+1DF0F is Latin Letter Stretched C With Curl in the Latin Extended G block.

What does the Unicode character 𝼏 represent?

The Unicode character 𝼏 represents Latin Letter Stretched C With Curl.

What is the Unicode code point for 𝼏?

The Unicode code point for 𝼏 is U+1DF0F.

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 Stretched C With Curl 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!