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

What is Unicode character 𨢓?

The Unicode character 𨢓 U+28893 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+28893.

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!