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

What is Unicode character 𝼕?

The Unicode character 𝼕 U+1DF15 is Latin Small Letter Turned R With Palatal Hook in the Latin Extended G block.

What does the Unicode character 𝼕 represent?

The Unicode character 𝼕 represents Latin Small Letter Turned R With Palatal Hook.

What is the Unicode code point for 𝼕?

The Unicode code point for 𝼕 is U+1DF15.

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 R With Palatal 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!