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

What is Unicode character 𢍱?

The Unicode character 𢍱 U+22371 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+22371.

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!