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

What is Unicode character 𬰧?

The Unicode character 𬰧 U+2CC27 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+2CC27.

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!