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

What is Unicode character 𬂎?

The Unicode character 𬂎 U+2C08E 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+2C08E.

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!