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

What is Unicode character 𨺅?

The Unicode character 𨺅 U+28E85 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+28E85.

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!