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

What is Unicode character 𢰺?

The Unicode character 𢰺 U+22C3A 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+22C3A.

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!