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

What is Unicode character 𬖉?

The Unicode character 𬖉 U+2C589 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+2C589.

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!