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

What is Unicode character 𢝹?

The Unicode character 𢝹 U+22779 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+22779.

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!