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

What is Unicode character 𢙁?

The Unicode character 𢙁 U+22641 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+22641.

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!