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

What is Unicode character 𬌲?

The Unicode character 𬌲 U+2C332 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+2C332.

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!