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

What is Unicode character 𬊅?

The Unicode character 𬊅 U+2C285 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+2C285.

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!