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

What is Unicode character 𢨤?

The Unicode character 𢨤 U+22A24 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+22A24.

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!