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

What is Unicode character 𢝸?

The Unicode character 𢝸 U+22778 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+22778.

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!