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

What is Unicode character 𢝷?

The Unicode character 𢝷 U+22777 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+22777.

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!