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

What is Unicode character 𨕹?

The Unicode character 𨕹 U+28579 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+28579.

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!