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>&#165244;</p>
📋
CSS .selector { content: '\2857C' };
📋
JS var unicodeA = '\u2857C ';
📋
CPP char unicodeA = ' \u2857C ';
📋
Java char unicodeA = '\u2857C';
📋
Python unicodeA = '\u2857C'
📋

What is Unicode character 𨕼?

The Unicode character 𨕼 U+2857C is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+2857C.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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