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

What is Unicode character 𨮉?

The Unicode character 𨮉 U+28B89 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+28B89.

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!