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

What is Unicode character 𝼍?

The Unicode character 𝼍 U+1DF0D is Latin Small Letter Turned T With Curl in the Latin Extended G block.

What does the Unicode character 𝼍 represent?

The Unicode character 𝼍 represents Latin Small Letter Turned T With Curl.

What is the Unicode code point for 𝼍?

The Unicode code point for 𝼍 is U+1DF0D.

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 Turned T 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!