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

What is Unicode character 𬢚?

The Unicode character 𬢚 U+2C89A 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+2C89A.

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!