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

What is Unicode character 𨨲?

The Unicode character 𨨲 U+28A32 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+28A32.

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!