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>&#167054;</p>
📋
CSS .selector { content: '\28C8E' };
📋
JS var unicodeA = '\u28C8E ';
📋
CPP char unicodeA = ' \u28C8E ';
📋
Java char unicodeA = '\u28C8E';
📋
Python unicodeA = '\u28C8E'
📋

What is Unicode character 𨲎?

The Unicode character 𨲎 U+28C8E 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+28C8E.

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!