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

What is Unicode character 𬃺?

The Unicode character 𬃺 U+2C0FA 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+2C0FA.

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!