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

What is Unicode character 𢝵?

The Unicode character 𢝵 U+22775 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+22775.

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!