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

What is Unicode character 𬃯?

The Unicode character 𬃯 U+2C0EF 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+2C0EF.

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!