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>&#150050;</p>
📋
CSS .selector { content: '\24A22' };
📋
JS var unicodeA = '\u24A22 ';
📋
CPP char unicodeA = ' \u24A22 ';
📋
Java char unicodeA = '\u24A22';
📋
Python unicodeA = '\u24A22'
📋

What is Unicode character 𤨢?

The Unicode character 𤨢 U+24A22 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+24A22.

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!