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

What is Unicode character 𢙗?

The Unicode character 𢙗 U+22657 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+22657.

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!