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

What is Unicode character 𨡄?

The Unicode character 𨡄 U+28844 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+28844.

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!