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

What is Unicode character 𨂕?

The Unicode character 𨂕 U+28095 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+28095.

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!