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

What is Unicode character 𬊕?

The Unicode character 𬊕 U+2C295 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+2C295.

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!