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

What is Unicode character 𨲉?

The Unicode character 𨲉 U+28C89 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+28C89.

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!