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

What is Unicode character 𬃭?

The Unicode character 𬃭 U+2C0ED 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+2C0ED.

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!