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

What is Unicode character 𨠅?

The Unicode character 𨠅 U+28805 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+28805.

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!