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

What is Unicode character 𤨬?

The Unicode character 𤨬 U+24A2C 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+24A2C.

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!