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

What is Unicode character 𢊖?

The Unicode character 𢊖 U+22296 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+22296.

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!