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

What is Unicode character 𨂅?

The Unicode character 𨂅 U+28085 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+28085.

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!