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

What is Unicode character 𨲒?

The Unicode character 𨲒 U+28C92 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+28C92.

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!