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

What is Unicode character 𨦐?

The Unicode character 𨦐 U+28990 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+28990.

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!