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

What is Unicode character 𬢕?

The Unicode character 𬢕 U+2C895 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+2C895.

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!