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

What is Unicode character 𢢐?

The Unicode character 𢢐 U+22890 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+22890.

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!