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

What is Unicode character 𢮐?

The Unicode character 𢮐 U+22B90 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+22B90.

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!