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

What is Unicode character 𢙑?

The Unicode character 𢙑 U+22651 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+22651.

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!