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>&#180814;</p>
📋
CSS .selector { content: '\2C24E' };
📋
JS var unicodeA = '\u2C24E ';
📋
CPP char unicodeA = ' \u2C24E ';
📋
Java char unicodeA = '\u2C24E';
📋
Python unicodeA = '\u2C24E'
📋

What is Unicode character 𬉎?

The Unicode character 𬉎 U+2C24E is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C24E.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!