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

What is Unicode character 𤰬?

The Unicode character 𤰬 U+24C2C 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+24C2C.

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!