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

What is Unicode character 𨡶?

The Unicode character 𨡶 U+28876 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+28876.

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!