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

What is Unicode character 𢵂?

The Unicode character 𢵂 U+22D42 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+22D42.

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!