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

What is Unicode character 𢕹?

The Unicode character 𢕹 U+22579 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+22579.

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!