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

What is Unicode character 𨝳?

The Unicode character 𨝳 U+28773 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+28773.

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!