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

What is Unicode character 𢊄?

The Unicode character 𢊄 U+22284 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+22284.

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!