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

What is Unicode character 𢕱?

The Unicode character 𢕱 U+22571 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+22571.

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!