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

What is Unicode character 𢰱?

The Unicode character 𢰱 U+22C31 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+22C31.

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!