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

What is Unicode character 𝼖?

The Unicode character 𝼖 U+1DF16 is Latin Small Letter R With Fishhook And Palatal Hook in the Latin Extended G block.

What does the Unicode character 𝼖 represent?

The Unicode character 𝼖 represents Latin Small Letter R With Fishhook And Palatal Hook.

What is the Unicode code point for 𝼖?

The Unicode code point for 𝼖 is U+1DF16.

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 Fishhook And 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!