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

What is Unicode character 𬕻?

The Unicode character 𬕻 U+2C57B 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+2C57B.

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!