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

What is Unicode character 𨢇?

The Unicode character 𨢇 U+28887 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+28887.

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!