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

What is Unicode character 𢊐?

The Unicode character 𢊐 U+22290 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+22290.

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!