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

What is Unicode character 𬕼?

The Unicode character 𬕼 U+2C57C is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C57C.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!