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

What is Unicode character 𨀅?

The Unicode character 𨀅 U+28005 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+28005.

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!