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

What is Unicode character 𨦈?

The Unicode character 𨦈 U+28988 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+28988.

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!