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

What is Unicode character 𨡙?

The Unicode character 𨡙 U+28859 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+28859.

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!