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

What is Unicode character 𨈲?

The Unicode character 𨈲 U+28232 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+28232.

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!