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

What is Unicode character 𬃫?

The Unicode character 𬃫 U+2C0EB 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+2C0EB.

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!