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

What is Unicode character 𨢑?

The Unicode character 𨢑 U+28891 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+28891.

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!