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

What is Unicode character 𢰤?

The Unicode character 𢰤 U+22C24 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+22C24.

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!