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

What is Unicode character 𢊔?

The Unicode character 𢊔 U+22294 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+22294.

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!