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

What is Unicode character 𬄎?

The Unicode character 𬄎 U+2C10E 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+2C10E.

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!