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

What is Unicode character 𢰭?

The Unicode character 𢰭 U+22C2D 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+22C2D.

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!