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

What is Unicode character 𨦉?

The Unicode character 𨦉 U+28989 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+28989.

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!