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

What is Unicode character 𢰪?

The Unicode character 𢰪 U+22C2A 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+22C2A.

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!