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

What is Unicode character 𢴺?

The Unicode character 𢴺 U+22D3A 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+22D3A.

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!