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

What is Unicode character 𬃼?

The Unicode character 𬃼 U+2C0FC 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+2C0FC.

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!