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

What is Unicode character 𬢉?

The Unicode character 𬢉 U+2C889 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+2C889.

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!