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

What is Unicode character 𨬲?

The Unicode character 𨬲 U+28B32 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+28B32.

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!