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

What is Unicode character 𨰲?

The Unicode character 𨰲 U+28C32 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+28C32.

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!