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

What is Unicode character 𬃩?

The Unicode character 𬃩 U+2C0E9 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+2C0E9.

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!