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

What is Unicode character 𬰾?

The Unicode character 𬰾 U+2CC3E 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+2CC3E.

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!