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

What is Unicode character 𬶉?

The Unicode character 𬶉 U+2CD89 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+2CD89.

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!