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

What is Unicode character 𫬲?

The Unicode character 𫬲 U+2BB32 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2BB32.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!