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

What is Unicode character 𨢐?

The Unicode character 𨢐 U+28890 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+28890.

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!