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

What is Unicode character 𢊕?

The Unicode character 𢊕 U+22295 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+22295.

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!