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

What is Unicode character 𥕹?

The Unicode character 𥕹 U+25579 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+25579.

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!