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

What is Unicode character 𤲎?

The Unicode character 𤲎 U+24C8E 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+24C8E.

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!