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

What is Unicode character 𨰂?

The Unicode character 𨰂 U+28C02 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+28C02.

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!