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

What is Unicode character 𨝰?

The Unicode character 𨝰 U+28770 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+28770.

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!