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

What is Unicode character 𬰦?

The Unicode character 𬰦 U+2CC26 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+2CC26.

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!