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

What is Unicode character 𢲤?

The Unicode character 𢲤 U+22CA4 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+22CA4.

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!