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

What is Unicode character 𬕺?

The Unicode character 𬕺 U+2C57A 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+2C57A.

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!