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

What is Unicode character 𝼃?

The Unicode character 𝼃 U+1DF03 is Latin Small Letter Reversed K in the Latin Extended G block.

What does the Unicode character 𝼃 represent?

The Unicode character 𝼃 represents Latin Small Letter Reversed K.

What is the Unicode code point for 𝼃?

The Unicode code point for 𝼃 is U+1DF03.

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 Reversed K 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!