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

What is Unicode character 𝼐?

The Unicode character 𝼐 U+1DF10 is Latin Letter Small Capital Turned K in the Latin Extended G block.

What does the Unicode character 𝼐 represent?

The Unicode character 𝼐 represents Latin Letter Small Capital Turned K.

What is the Unicode code point for 𝼐?

The Unicode code point for 𝼐 is U+1DF10.

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 Letter Small Capital Turned 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!