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

What is Unicode character 𢲑?

The Unicode character 𢲑 U+22C91 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+22C91.

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!