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

What is Unicode character 𨴲?

The Unicode character 𨴲 U+28D32 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+28D32.

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!