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

What is Unicode character 𬌼?

The Unicode character 𬌼 U+2C33C 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+2C33C.

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!