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

What is Unicode character 𬌺?

The Unicode character 𬌺 U+2C33A 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+2C33A.

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!