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

What is Unicode character 𢙘?

The Unicode character 𢙘 U+22658 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+22658.

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!