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

What is Unicode character 𨝴?

The Unicode character 𨝴 U+28774 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+28774.

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!