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

What is Unicode character 𨡅?

The Unicode character 𨡅 U+28845 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+28845.

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!