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

What is Unicode character 𬢒?

The Unicode character 𬢒 U+2C892 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+2C892.

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!