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

What is Unicode character 𨝅?

The Unicode character 𨝅 U+28745 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+28745.

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!