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

What is Unicode character 𬲔?

The Unicode character 𬲔 U+2CC94 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+2CC94.

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!