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

What is Unicode character 𤰎?

The Unicode character 𤰎 U+24C0E 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+24C0E.

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!