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

What is Unicode character 𢖗?

The Unicode character 𢖗 U+22597 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+22597.

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!