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

What is Unicode character 𢕗?

The Unicode character 𢕗 U+22557 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+22557.

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!