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

What is Unicode character 𨡦?

The Unicode character 𨡦 U+28866 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+28866.

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!