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

What is Unicode character 𬌾?

The Unicode character 𬌾 U+2C33E 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+2C33E.

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!