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

What is Unicode character 𬃾?

The Unicode character 𬃾 U+2C0FE 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+2C0FE.

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!