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

What is Unicode character 𨢂?

The Unicode character 𨢂 U+28882 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+28882.

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!