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

What is Unicode character 𝼨?

The Unicode character 𝼨 U+1DF28 is Latin Small Letter R With Mid-Height Left Hook in the Latin Extended G block.

What does the Unicode character 𝼨 represent?

The Unicode character 𝼨 represents Latin Small Letter R With Mid-Height Left Hook.

What is the Unicode code point for 𝼨?

The Unicode code point for 𝼨 is U+1DF28.

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 R With Mid-Height Left 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 15.0, and it belongs to the Latin Extended G block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 15.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!