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

What is Unicode character 𨡧?

The Unicode character 𨡧 U+28867 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+28867.

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!