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

What is Unicode character 𨲑?

The Unicode character 𨲑 U+28C91 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+28C91.

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!