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

What is Unicode character 𨢙?

The Unicode character 𨢙 U+28899 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+28899.

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!