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

What is Unicode character 𨡘?

The Unicode character 𨡘 U+28858 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+28858.

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!