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

What is Unicode character 𢀱?

The Unicode character 𢀱 U+22031 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+22031.

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!