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

What is Unicode character 𢴂?

The Unicode character 𢴂 U+22D02 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+22D02.

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!