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

What is Unicode character 𢨱?

The Unicode character 𢨱 U+22A31 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+22A31.

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!