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

What is Unicode character 𬢔?

The Unicode character 𬢔 U+2C894 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+2C894.

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!