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

What is Unicode character 𢶢?

The Unicode character 𢶢 U+22DA2 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+22DA2.

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!