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>&#185724;</p>
📋
CSS .selector { content: '\2D57C' };
📋
JS var unicodeA = '\u2D57C ';
📋
CPP char unicodeA = ' \u2D57C ';
📋
Java char unicodeA = '\u2D57C';
📋
Python unicodeA = '\u2D57C'
📋

What is Unicode character 𭕼?

The Unicode character 𭕼 U+2D57C is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F block.

What does the Unicode character 𭕼 represent?

The Unicode character 𭕼 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𭕼?

The Unicode code point for 𭕼 is U+2D57C.

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 Cjk Unified Ideograph- 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 Han 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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!