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

What is Unicode character 𢰂?

The Unicode character 𢰂 U+22C02 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+22C02.

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!