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

What is Unicode character 𬃷?

The Unicode character 𬃷 U+2C0F7 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+2C0F7.

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!