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

What is Unicode character 𢵷?

The Unicode character 𢵷 U+22D77 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+22D77.

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!