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

What is Unicode character 𨬂?

The Unicode character 𨬂 U+28B02 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+28B02.

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!