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

What is Unicode character 𬲑?

The Unicode character 𬲑 U+2CC91 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+2CC91.

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!