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

What is Unicode character 𬢐?

The Unicode character 𬢐 U+2C890 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+2C890.

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!