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

What is Unicode character 𨝄?

The Unicode character 𨝄 U+28744 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+28744.

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!