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

What is Unicode character 𬈎?

The Unicode character 𬈎 U+2C20E 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+2C20E.

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!