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

What is Unicode character 𢰬?

The Unicode character 𢰬 U+22C2C 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+22C2C.

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!