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

What is Unicode character 𬃸?

The Unicode character 𬃸 U+2C0F8 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+2C0F8.

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!