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

What is Unicode character 𨖉?

The Unicode character 𨖉 U+28589 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+28589.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!