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

What is Unicode character 𫕹?

The Unicode character 𫕹 U+2B579 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B579.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!