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

What is Unicode character 𬃴?

The Unicode character 𬃴 U+2C0F4 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+2C0F4.

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!