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

What is Unicode character 𨌢?

The Unicode character 𨌢 U+28322 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+28322.

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!