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

What is Unicode character 𤲬?

The Unicode character 𤲬 U+24CAC 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+24CAC.

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!