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

What is Unicode character 𨺫?

The Unicode character 𨺫 U+28EAB 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+28EAB.

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!