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

What is Unicode character 𨲅?

The Unicode character 𨲅 U+28C85 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+28C85.

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!