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

What is Unicode character 𨀲?

The Unicode character 𨀲 U+28032 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+28032.

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!