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

What is Unicode character 𨲊?

The Unicode character 𨲊 U+28C8A 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+28C8A.

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!