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

What is Unicode character 𢝱?

The Unicode character 𢝱 U+22771 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+22771.

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!