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

What is Unicode character 𢕸?

The Unicode character 𢕸 U+22578 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+22578.

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!