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

What is Unicode character 𨡵?

The Unicode character 𨡵 U+28875 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+28875.

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!