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

What is Unicode character 𢊗?

The Unicode character 𢊗 U+22297 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+22297.

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!