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

What is Unicode character 𬢞?

The Unicode character 𬢞 U+2C89E 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+2C89E.

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!