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

What is Unicode character 𢝲?

The Unicode character 𢝲 U+22772 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+22772.

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!