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

What is Unicode character 𨢗?

The Unicode character 𨢗 U+28897 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+28897.

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!