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

What is Unicode character 𨢆?

The Unicode character 𨢆 U+28886 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+28886.

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!