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

What is Unicode character 𨢈?

The Unicode character 𨢈 U+28888 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+28888.

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!