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

What is Unicode character 𨲈?

The Unicode character 𨲈 U+28C88 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+28C88.

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!